freebsd-ports/audio/gqmpeg/Makefile
Chris Piazza 1e5a838e0a Update to 0.6.3.
PR:		12507
Submitted by:	Rod Taylor <rod@idiotswitch.org>
1999-07-05 02:20:08 +00:00

27 lines
598 B
Makefile

# New ports collection makefile for: gqmpeg
# Version required: 0.6.3
# Date Created: 28 Oct 1998
# Whom: Vanilla Pooh Shu <vanilla@FreeBSD.ORG>
#
# $Id: Makefile,v 1.15 1999/06/08 23:19:01 steve Exp $
#
DISTNAME= gqmpeg-0.6.3
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
post-install:
@strip ${PREFIX}/bin/gqmpeg
.include <bsd.port.mk>