aboutsummaryrefslogtreecommitdiff
path: root/multimedia/camserv
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2004-03-04 06:54:22 +0000
committerMark Linimon <linimon@FreeBSD.org>2004-03-04 06:54:22 +0000
commitc20a1e464a596c5f9d12576c94985c4094a9dca2 (patch)
tree86639456282692718d8c1bf6b72f4ad2390d6b5a /multimedia/camserv
parenta3b8fc9f353fa1e4bd2a5f034be6cfe1be28bb79 (diff)
downloadports-c20a1e464a596c5f9d12576c94985c4094a9dca2.tar.gz
ports-c20a1e464a596c5f9d12576c94985c4094a9dca2.zip
Notes
Diffstat (limited to 'multimedia/camserv')
-rw-r--r--multimedia/camserv/Makefile12
1 files changed, 10 insertions, 2 deletions
diff --git a/multimedia/camserv/Makefile b/multimedia/camserv/Makefile
index 06cb5c64d9c5..36cc5e398882 100644
--- a/multimedia/camserv/Makefile
+++ b/multimedia/camserv/Makefile
@@ -11,7 +11,7 @@ PORTEPOCH= 1
CATEGORIES= multimedia
MASTER_SITES= http://cserv.sourceforge.net/old/
-MAINTAINER= chein@freebsd.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Camserv is a free program to do streaming video via the web
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
@@ -32,4 +32,12 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/javascript.txt ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+ONLY_FOR_ARCHS= i386
+.else
+ONLY_FOR_ARCHS= alpha i386 ia64
+.endif
+
+.include <bsd.port.post.mk>