aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-06-11 23:40:16 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-06-11 23:40:16 +0000
commit4cfed72665496fb817bd8121ba3932c5222b4a6d (patch)
tree1ac3128b6690841f07fa102812c2166648d4d3b5 /x11
parent834cff2fe5fa6fd771991a4040f60c3a626993cc (diff)
downloadports-4cfed72665496fb817bd8121ba3932c5222b4a6d.tar.gz
ports-4cfed72665496fb817bd8121ba3932c5222b4a6d.zip
BROKEN: Does not compile on 4.x/Incomplete pkg-plist on 5.x
Notes
Notes: svn path=/head/; revision=137290
Diffstat (limited to 'x11')
-rw-r--r--x11/electricsheep/Makefile13
1 files changed, 12 insertions, 1 deletions
diff --git a/x11/electricsheep/Makefile b/x11/electricsheep/Makefile
index 0bc92be2c902..511e89d3dade 100644
--- a/x11/electricsheep/Makefile
+++ b/x11/electricsheep/Makefile
@@ -25,6 +25,8 @@ RUN_DEPENDS= xloadimage:${PORTSDIR}/x11/xloadimage \
RUN_DEPENDS+= xscreensaver:${PORTSDIR}/x11/xscreensaver
.endif
+BROKEN= "Does not compile"
+
WRKSRC= ${WRKDIR}/${PORTNAME}-2.6.1
USE_X_PREFIX= yes
@@ -41,6 +43,14 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} ${PTHREAD_CFLAGS} -I${X11BASE}/include -I${
LIBTOOLFILES= configure mpeg2dec/configure flam3/configure
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= "Does not compile on FreeBSD 4.x"
+.else
+BROKEN= "Incomplete pkg-plist"
+.endif
+
pre-everything::
.if !defined(WITH_XSCREENSAVER)
@${ECHO_MSG} "elecricsheep has the following tunable option(s):"
@@ -94,4 +104,5 @@ do-install:
post-install:
@${PREFIX}/bin/esheep-uniqueid > ${DATADIR}/electricsheep-uniqueid
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
+