From ceff86d4ffb868d3a6525091db28e5b4a5bb1e71 Mon Sep 17 00:00:00 2001 From: Donald Burr Date: Mon, 13 Jul 1998 22:53:34 +0000 Subject: Import of new port audio/x11amp, a GUI MP3 player with a really nice interface. --- audio/x11amp/Makefile | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 audio/x11amp/Makefile (limited to 'audio/x11amp/Makefile') diff --git a/audio/x11amp/Makefile b/audio/x11amp/Makefile new file mode 100644 index 000000000000..9765072ceb70 --- /dev/null +++ b/audio/x11amp/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: x11amp +# Version required: 0.33b6.1 +# Date created: 8 Feb 1998 +# Whom: Donald Burr +# +# $Id$ +# + +DISTNAME= x11amp-0.7-FreeBSD +PKGNAME= x11amp-0.7 +CATEGORIES= audio +MASTER_SITES= http://x11amp.ml.org/files/0.7/ \ + ftp://x11amp.bz.nu/x11amp/0.7/ +EXTRACT_SUFX= .tgz + +MAINTAINER= dburr@FreeBSD.ORG + +WRKSRC= ${WRKDIR}/x11amp + +USE_X11= YES +NO_BUILD= YES + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/x11amp ${PREFIX}/bin/x11amp + +post-install: + @${CAT} ${PKGDIR}/MESSAGE + +.include -- cgit v1.2.3