1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/audio/gqmpeg/Makefile
FUJISHIMA Satsuki 9e6fc4c340 bump PORTREVISION; added extra LIB_DEPENDS.
This should prevent potential problem for port-only users.

Suggested by: kris
2001-01-28 22:13:23 +00:00

27 lines
509 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.8.1
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= lyngbol@candid.dk
LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf
RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123
USE_X_PREFIX= yes
USE_IMLIB= yes
USE_LIBTOOL= yes
MAN1= gqmpeg.1
.include <bsd.port.mk>