aboutsummaryrefslogtreecommitdiff
path: root/games/xboing/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-06-22 18:03:28 +0000
committerSteve Price <steve@FreeBSD.org>1999-06-22 18:03:28 +0000
commit21d3259441fbd920ba325e917066c8b20f552bcb (patch)
tree9d7857116d1b57dbfec43c3598ab18ca7a9b73f4 /games/xboing/Makefile
parent89572a9bce2e3c7879ce41783be80135b7ff2d27 (diff)
downloadports-21d3259441fbd920ba325e917066c8b20f552bcb.tar.gz
ports-21d3259441fbd920ba325e917066c8b20f552bcb.zip
Notes
Diffstat (limited to 'games/xboing/Makefile')
-rw-r--r--games/xboing/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/games/xboing/Makefile b/games/xboing/Makefile
index f796f1e4a863..cebb6824dd8e 100644
--- a/games/xboing/Makefile
+++ b/games/xboing/Makefile
@@ -3,7 +3,7 @@
# Date created: 31 January 1995
# Whom: janek
#
-# $Id: Makefile,v 1.10 1998/09/15 11:13:11 asami Exp $
+# $Id: Makefile,v 1.11 1998/09/17 00:32:35 asami Exp $
DISTNAME= xboing2.4
PKGNAME= xboing-2.4
@@ -15,7 +15,12 @@ MAINTAINER= janek@gaja.ipan.lublin.pl
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
+.if ${MACHINE_ARCH} == "alpha"
+PLIST= ${PKGDIR}/PLIST.alpha
+.endif
+
USE_IMAKE= yes
WRKSRC= ${WRKDIR}/xboing
+MAN1= xboing.1
.include <bsd.port.mk>