1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/audio/gqmpeg-devel/Makefile

27 lines
560 B
Makefile
Raw Normal View History

# New ports collection makefile for: gqmpeg
# Version required: 0.6.3
# Date Created: 28 Oct 1998
# Whom: Vanilla Pooh Shu <vanilla@FreeBSD.org>
#
1999-08-25 04:36:31 +00:00
# $FreeBSD$
#
DISTNAME= gqmpeg-0.6.3
CATEGORIES= audio
MASTER_SITES= http://gqview.netpedia.net/ \
http://www.geocities.com/SiliconValley/Haven/5235/
1999-09-02 05:52:14 +00:00
EXTRACT_SUFX= .src.tar.gz
MAINTAINER= nakai@FreeBSD.org
RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123
1999-10-08 02:51:37 +00:00
LIB_DEPENDS= Imlib.5:${PORTSDIR}/graphics/imlib
USE_X_PREFIX= yes
ALL_TARGET= gqmpeg
post-install:
@strip ${PREFIX}/bin/gqmpeg
.include <bsd.port.mk>