diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-08-25 02:02:43 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-08-25 02:02:43 +0000 |
commit | 6940fdec988e278e5ade7f2e5eaa208278518f2f (patch) | |
tree | b367e7c88dcbe0d082c261b729dff33f3070970e /audio/xamp/Makefile | |
parent | d56c42d2de8d81dc0d53a58669533257b9e8fa5d (diff) | |
download | FreeBSD-ports-6940fdec988e278e5ade7f2e5eaa208278518f2f.zip FreeBSD-ports-6940fdec988e278e5ade7f2e5eaa208278518f2f.tar.gz |
A version of amp plus qt gui.
PR: ports/7439
Submitted by: Joe Jih-Shian Lu <jslu@dns.ntu.edu.tw>
Diffstat (limited to 'audio/xamp/Makefile')
-rw-r--r-- | audio/xamp/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/audio/xamp/Makefile b/audio/xamp/Makefile new file mode 100644 index 0000000..41aa994 --- /dev/null +++ b/audio/xamp/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: xamp +# Version required: 0.8-7 +# Date created: 29 July 1998 +# Whom: Joe Jih-Shian Lu <jslu@dns.ntu.edu.tw> +# +# $Id$ +# + +DISTNAME= xamp-0.8-7 +PKGNAME= xamp-0.8.7 +CATEGORIES= audio +MASTER_SITES= http://elan.rulez.org/~xopy/ +EXTRACT_SUFX= .tgz + +MAINTAINER= jslu@dns.ntu.edu.tw + +USE_QT= yes + +WRKSRC= ${WRKDIR}/xamp-0.8/xamp-0.8 +GNU_CONFIGURE= yes +CONFIGURE_ENV+= CXXFLAGS="${CFLAGS}" +USE_GMAKE= yes +USE_X11_PREFIX= yes + +MAN1= xamp.1 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/xamp ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/xamp.1 ${PREFIX}/man/man1 + +.include <bsd.port.mk> |