mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-30 21:49:25 +00:00
af4eda4a68
PR: ports/22616 Submitted by: Michael Lyngbøì <lyngbol@candid.dk>
25 lines
489 B
Makefile
25 lines
489 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
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.netpedia.net/hosting/gqview/packages/ \
|
|
http://www.geocities.com/SiliconValley/Haven/5235/packages/
|
|
|
|
MAINTAINER= lyngbol@candid.dk
|
|
|
|
RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_IMLIB= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
MAN1= gqmpeg.1
|
|
|
|
.include <bsd.port.mk>
|