diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2000-01-27 11:07:08 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2000-01-27 11:07:08 +0000 |
commit | f27fb649ff85ea6ff8afda4aa4c605a342abadb2 (patch) | |
tree | 825283947a956ed6d5e535ed87e0fd2ebf58220a /audio/xamp/Makefile | |
parent | Change MASTER_SITES and MAINTAINER. (diff) |
Make this compile on -current and respect CFLAGS.
Change maintainer to ports since old maintainer's email is invalid.
Diffstat (limited to 'audio/xamp/Makefile')
-rw-r--r-- | audio/xamp/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/xamp/Makefile b/audio/xamp/Makefile index 31c7e0fbde8e..5c1a0e6afd69 100644 --- a/audio/xamp/Makefile +++ b/audio/xamp/Makefile @@ -12,20 +12,19 @@ CATEGORIES= audio MASTER_SITES= ftp://ftp.simcb.ru/pub/unix/x11/ EXTRACT_SUFX= .tgz -MAINTAINER= jslu@dns.ntu.edu.tw +MAINTAINER= ports@FreeBSD.org USE_QT= yes WRKSRC= ${WRKDIR}/xamp-0.8/xamp-0.8 GNU_CONFIGURE= yes -CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" USE_GMAKE= yes USE_X_PREFIX= yes MAN1= xamp.1 do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/xamp ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/xamp.1 ${PREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/xamp ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/xamp.1 ${PREFIX}/man/man1 .include <bsd.port.mk> |