aboutsummaryrefslogtreecommitdiffstats
path: root/audio/gqmpeg-devel/Makefile
blob: edb8f7089f9931068f3d10b84d106447b44ccb19 (plain) (blame)
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
# New ports collection makefile for:    gqmpeg
# Date Created:     28 Oct 1998
# Whom:         Vanilla Pooh Shu <vanilla@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   gqmpeg
PORTVERSION=    0.9.0
PORTREVISION=   2
CATEGORIES= audio
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= lyngbol@wheel.dk

LIB_DEPENDS=    gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf
RUN_DEPENDS=    mpg123:${PORTSDIR}/audio/mpg123

USE_X_PREFIX=   yes
USE_GTK=    yes
USE_LIBTOOL=    yes
WANT_GNOME= yes

MAN1=       gqmpeg.1

.include <bsd.port.pre.mk>

.if defined(HAVE_GNOME)
USE_GNOME=  yes
.endif

.include <bsd.port.post.mk>