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
Mark as not for architectures that don't support bttv. While here,
reset maintainer, who had not answered this PR or the other about this port, and appears neither in the commit logs nor access files. PR: ports/63107 Submitted by: Hendrik Scholz <hendrik@scholz.net>
Notes
Notes: svn path=/head/; revision=102880
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>