aboutsummaryrefslogtreecommitdiff
path: root/audio/nas/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/nas/Makefile')
-rw-r--r--audio/nas/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/audio/nas/Makefile b/audio/nas/Makefile
index b9718334482e..a15f3c21cfc2 100644
--- a/audio/nas/Makefile
+++ b/audio/nas/Makefile
@@ -1,12 +1,13 @@
PORTNAME= nas
PORTVERSION= 1.9.4
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}%20%28stable%29
EXTRACT_SUFX= .src.tar.gz
MAINTAINER= multimedia@FreeBSD.org
COMMENT= Network Audio System
+WWW= https://radscan.com/nas.html
USES= imake perl5 shebangfix xorg
SHEBANG_FILES= clients/audio/auscope/auscope
@@ -17,7 +18,7 @@ USE_LDCONFIG= yes
MAKE_ENV+= COMPRESS_CMD="${COMPRESS_CMD:S/c//}"
MAKE_JOBS_UNSAFE= yes
-.include <bsd.port.pre.mk>
+FPIC= -fpic
post-configure:
# Work around shortcomings of the Imake.rules et. al:
@@ -26,13 +27,7 @@ post-configure:
-e 's,\(\$$(AR) \$$@ \$$\)(OBJS),\1(OBJS:S|^|unshared/|),' \
${WRKSRC}/lib/audio/Makefile
-.if ${ARCH} == "sparc64"
-FPIC= -fPIC
-.else
-FPIC= -fpic
-.endif
-
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libaudio.so.2
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>