mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
24 lines
500 B
Makefile
24 lines
500 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.6.3
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.netpedia.net/hosting/gqview/packages/ \
|
|
http://www.geocities.com/SiliconValley/Haven/5235/packages/
|
|
EXTRACT_SUFX= .src.tar.gz
|
|
|
|
MAINTAINER= nakai@FreeBSD.org
|
|
|
|
RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_IMLIB= yes
|
|
ALL_TARGET= gqmpeg
|
|
|
|
.include <bsd.port.mk>
|