summaryrefslogtreecommitdiff
path: root/audio/resid
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2005-10-31 22:30:11 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2005-10-31 22:30:11 +0000
commit08be64a99feee9d38571a1f2585e6ba53693d6e2 (patch)
tree0dfedd3886abea53f82bf13176db80f2583597d3 /audio/resid
parentUpgrade to 0.6.1: minor bugfix release, to make the game work with (diff)
- Fix master site
- Cleanup
Notes
Notes: svn path=/head/; revision=146869
Diffstat (limited to 'audio/resid')
-rw-r--r--audio/resid/Makefile8
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>