blob: 25d81820251b7c9415033f7695e0a0e879c5421a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# New ports collection makefile for: gst123
# Date created: Wed December 8, 2010
# Whom: Herbert J. Skuhra <h.skuhra@gmail.com>
#
# $FreeBSD$
#
PORTNAME= gst123
PORTVERSION= 0.2.1
PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= http://space.twc.de/~stefan/gst123/
MAINTAINER= h.skuhra@gmail.com
COMMENT= A command-line tool to play audio and video files
LICENSE= LGPL20
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_BZIP2= yes
USE_GNOME= gtk20
USE_GSTREAMER= good
CONFIGURE_ENV= NCURSES5_CONFIG=/usr/bin/true
LDFLAGS+= -lncurses
PLIST_FILES= bin/${PORTNAME}
MAN1= ${PORTNAME}.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/docs/${MAN1} ${MANPREFIX}/man/man1
.include <bsd.port.mk>
|