1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/audio/gqmpeg/Makefile
Ying-Chieh Liao 535a41be37 GNOME Controlcenter is not needed. We only need GDK-pixbuf + GTK.
change maintaer's email

PR:		27470
Submitted by:	maintainer
2001-05-21 02:01:22 +00:00

27 lines
506 B
Makefile

# 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
MAN1= gqmpeg.1
.include <bsd.port.mk>