aboutsummaryrefslogtreecommitdiffstats
path: root/audio/mixer.app/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mixer.app/Makefile')
-rw-r--r--audio/mixer.app/Makefile14
1 files changed, 5 insertions, 9 deletions
diff --git a/audio/mixer.app/Makefile b/audio/mixer.app/Makefile
index 4c8d16ea7bd3..3096538decda 100644
--- a/audio/mixer.app/Makefile
+++ b/audio/mixer.app/Makefile
@@ -8,21 +8,17 @@
PORTNAME= mixer.app
PORTVERSION= 1.8.0
CATEGORIES= audio
-MASTER_SITES= http://www.fukt.bth.se/~per/mixer/
-DISTNAME= Mixer.app-${PORTVERSION}
+MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL}
+DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
MAINTAINER= ports@FreeBSD.org
COMMENT= Another mixer intended for the windowmaker dockapp
-USE_XPM= yes
-
-.include <bsd.port.pre.mk>
+WRKSRC= ${WRKDIR}/Mixer.app-${PORTVERSION}
-.if ${OSVERSION} >= 501000
-BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
-.endif
+USE_XPM= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/Mixer.app ${PREFIX}/bin
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>