aboutsummaryrefslogtreecommitdiffstats
path: root/audio/resid
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2005-11-01 06:30:11 +0800
committerehaupt <ehaupt@FreeBSD.org>2005-11-01 06:30:11 +0800
commite0ed4a3c26afb2e92df21c64dc41cf0a641c450b (patch)
tree2b91b944cc2ac8395bf054c4895618c292b9f329 /audio/resid
parent49f8f2d860d827c4ce4c5da05c69d87db57f70b9 (diff)
downloadfreebsd-ports-gnome-e0ed4a3c26afb2e92df21c64dc41cf0a641c450b.tar.gz
freebsd-ports-gnome-e0ed4a3c26afb2e92df21c64dc41cf0a641c450b.tar.zst
freebsd-ports-gnome-e0ed4a3c26afb2e92df21c64dc41cf0a641c450b.zip
- Fix master site
- Cleanup
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>