diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-10-31 22:30:11 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-10-31 22:30:11 +0000 |
commit | 08be64a99feee9d38571a1f2585e6ba53693d6e2 (patch) | |
tree | 0dfedd3886abea53f82bf13176db80f2583597d3 /audio | |
parent | ba04a1e85e16889e9d4aac8f92d37dcbe6b39d5a (diff) | |
download | ports-08be64a99feee9d38571a1f2585e6ba53693d6e2.tar.gz ports-08be64a99feee9d38571a1f2585e6ba53693d6e2.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/resid/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/audio/resid/Makefile b/audio/resid/Makefile index 0eecc0e966f9..4d6c132105f0 100644 --- a/audio/resid/Makefile +++ b/audio/resid/Makefile @@ -8,14 +8,16 @@ PORTNAME= resid PORTVERSION= 0.16 CATEGORIES= audio emulators -MASTER_SITES= ftp://ftp.funet.fi/pub/cbm/crossplatform/emulators/resid/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Cycle-based SID emulator engine USE_LIBTOOL_VER=15 -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --enable-shared INSTALLS_SHLIB= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ARGS= --enable-shared + .include <bsd.port.mk> |