freebsd-ports/audio/gqmpeg-devel/Makefile
Steve Price 6d2faeb0e1 Update to version 0.6.1 and use new version of imlib.
PR:		11843
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>

PR:		11909
Submitted by:	Chirs Piazza <cpiazza@home.net>
1999-05-29 04:08:02 +00:00

26 lines
618 B
Makefile

# New ports collection makefile for: gqmpeg
# Version required: 0.6.1
# Date Created: 28 Oct 1998
# Whom: Vanilla Pooh Shu <vanilla@FreeBSD.ORG>
#
# $Id: Makefile,v 1.13 1999/05/16 23:34:14 steve Exp $
#
DISTNAME= gqmpeg-0.6.1
CATEGORIES= audio
MASTER_SITES= http://gqview.netpedia.net/ \
http://www.geocities.com/SiliconValley/Haven/5235/
EXTRACT_SUFX= .src.tgz
MAINTAINER= nacai@iname.com
RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123
LIB_DEPENDS= Imlib.4:${PORTSDIR}/graphics/imlib
USE_X_PREFIX= yes
ALL_TARGET= gqmpeg
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gqmpeg ${PREFIX}/bin
.include <bsd.port.mk>