aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2004-03-04 14:54:22 +0800
committerlinimon <linimon@FreeBSD.org>2004-03-04 14:54:22 +0800
commitce7efdb78ce9f5d92986ec52c20d76ed2e67052e (patch)
treefb204ace943517a71ac39f6c7f0cc9155cf63f8a /multimedia
parentf0d206b13d6d513408d0916fe9cae73c4bad31c3 (diff)
downloadfreebsd-ports-gnome-ce7efdb78ce9f5d92986ec52c20d76ed2e67052e.tar.gz
freebsd-ports-gnome-ce7efdb78ce9f5d92986ec52c20d76ed2e67052e.tar.zst
freebsd-ports-gnome-ce7efdb78ce9f5d92986ec52c20d76ed2e67052e.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>
Diffstat (limited to 'multimedia')
-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>