aboutsummaryrefslogtreecommitdiff
path: root/games/xgospel/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-25 10:01:40 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-25 10:01:40 +0000
commit071c5db2529c689a2d9423a9f3e3bacc2e8cd43e (patch)
treeacaee70cf1ee8fd236c2215a301fd41047c72e02 /games/xgospel/Makefile
parentb1e7dd17985c5830f15457ef592ebc63c502f83f (diff)
downloadports-071c5db2529c689a2d9423a9f3e3bacc2e8cd43e.tar.gz
ports-071c5db2529c689a2d9423a9f3e3bacc2e8cd43e.zip
Notes
Diffstat (limited to 'games/xgospel/Makefile')
-rw-r--r--games/xgospel/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/xgospel/Makefile b/games/xgospel/Makefile
index 88614e5a9268..aa4b6659c924 100644
--- a/games/xgospel/Makefile
+++ b/games/xgospel/Makefile
@@ -20,6 +20,12 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-x --with-xpm --with-xaw3d
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} != "i386"
+BROKEN= "Does not compile on !i386"
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/relay ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/rport ${PREFIX}/bin
@@ -33,4 +39,4 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>