diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-12-11 11:56:13 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-12-11 11:56:13 +0000 |
commit | c3e107b601d4c80a3c51b6565d8ce6ae42485e88 (patch) | |
tree | 253c7c27115cdca32a43c9ceeafc8cfa9a8a9453 /audio/x11amp/Makefile | |
parent | f628a8c89719a868a3361ece97e88c3842d31451 (diff) |
Notes
Diffstat (limited to 'audio/x11amp/Makefile')
-rw-r--r-- | audio/x11amp/Makefile | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/audio/x11amp/Makefile b/audio/x11amp/Makefile index aa97a31f084f..bef454f17dc3 100644 --- a/audio/x11amp/Makefile +++ b/audio/x11amp/Makefile @@ -3,33 +3,31 @@ # Date created: 13 Jul 1998 # Whom: Donald Burr <dburr@FreeBSD.ORG> # -# $Id: Makefile,v 1.4 1998/09/28 01:55:08 steve Exp $ +# $Id: Makefile,v 1.5 1998/11/14 09:43:04 asami Exp $ # -DISTNAME= x11amp-0.7-FreeBSD -PKGNAME= x11amp-0.7 +DISTNAME= x11amp-freebsd-0.8 +PKGNAME= x11amp-0.8 CATEGORIES= audio -MASTER_SITES= http://x11amp.ml.org/files/0.7/ \ - ftp://x11amp.bz.nu/x11amp/0.7/ -EXTRACT_SUFX= .tgz +MASTER_SITES= ftp://www.se.opensound.com/pub/oss/ossapps/ +EXTRACT_SUFX= .tar.gz MAINTAINER= dburr@FreeBSD.ORG -WRKSRC= ${WRKDIR}/x11amp - -USE_X_PREFIX= YES -NO_BUILD= YES +NO_BUILD= YES +NO_FILTER_SHLIBS= YES .include <bsd.port.pre.mk> .if ${PORTOBJFORMAT} == "elf" STRIP= +DISTNAME= x11amp-freebsd-0.8-elf +ROOT= ${WRKDIR}/usr/local +.else +ROOT= ${WRKDIR}/x11amp .endif do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/x11amp ${PREFIX}/bin/x11amp - -post-install: - @${CAT} ${PKGDIR}/MESSAGE + @tar -cpf - -C ${ROOT} . | tar -xpf - -C ${PREFIX} .include <bsd.port.post.mk> |