summaryrefslogtreecommitdiff
path: root/x11/wrapper
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2001-05-30 15:23:57 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2001-05-30 15:23:57 +0000
commita634081665e0a192971fe16aedb2bbc71aa8487b (patch)
tree2795ebe976e9c984a2323a4810702c498f6cc773 /x11/wrapper
parentUpgrade to latest version: (diff)
mark as FORBIDDEN if ${XFREE86_VERSION} == 3.
add dummy MASTER_SITES and DISTFILES to make portlint happy.
Notes
Notes: svn path=/head/; revision=43316
Diffstat (limited to 'x11/wrapper')
-rw-r--r--x11/wrapper/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/x11/wrapper/Makefile b/x11/wrapper/Makefile
index 9f228ad65092..439c15c9f008 100644
--- a/x11/wrapper/Makefile
+++ b/x11/wrapper/Makefile
@@ -9,12 +9,20 @@ PORTNAME= wrapper
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= x11
+MASTER_SITES= # none
+DISTFILES= # none
MAINTAINER= trevor@FreeBSD.org
NO_WRKSUBDIR= yes
USE_X_PREFIX= yes
+.include <bsd.port.pre.mk>
+
+.if ${XFREE86_VERSION} == 3
+FORBIDDEN= This port is for XFree86-4.
+.endif
+
do-fetch:
do-build:
@@ -24,4 +32,4 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/Xwrapper ${PREFIX}/bin
@PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>