diff options
author | Donald Burr <dburr@FreeBSD.org> | 1998-07-13 22:53:34 +0000 |
---|---|---|
committer | Donald Burr <dburr@FreeBSD.org> | 1998-07-13 22:53:34 +0000 |
commit | ceff86d4ffb868d3a6525091db28e5b4a5bb1e71 (patch) | |
tree | d658e5702387d2efd72ab9d47834fd90ee13f898 /audio/x11amp/Makefile | |
parent | Activate x11amp. (diff) |
Import of new port audio/x11amp, a GUI MP3 player with a really
nice interface.
Diffstat (limited to 'audio/x11amp/Makefile')
-rw-r--r-- | audio/x11amp/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
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 <dburr@FreeBSD.ORG> +# +# $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 <bsd.port.mk> |