summaryrefslogtreecommitdiff
path: root/games/xpanex/Makefile
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-03-31 07:39:14 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-03-31 07:39:14 +0000
commit1beae40fe0ff3daf59b171cf9c8cc90beb272ef0 (patch)
tree9defc03e42f3d7b60aade8df80d642ea9e778ab3 /games/xpanex/Makefile
parentupdate to 5.5.2 (diff)
Update to version 5.5.2
Add WWW: line into pkg/DESCR PR: 17669 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=27178
Diffstat (limited to 'games/xpanex/Makefile')
-rw-r--r--games/xpanex/Makefile27
1 files changed, 12 insertions, 15 deletions
diff --git a/games/xpanex/Makefile b/games/xpanex/Makefile
index fce81144e69e..2ddbeb73923e 100644
--- a/games/xpanex/Makefile
+++ b/games/xpanex/Makefile
@@ -1,29 +1,26 @@
# New ports collection makefile for: xpanex
-# Version required: 5.4.4
+# Version required: 5.5.2
# Date created: 27 March 1998
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
-DISTNAME= xpanex-5.4.4
-CATEGORIES= games
-MASTER_SITES= ${MASTER_SITE_XCONTRIB}
+DISTNAME= xpanex-5.5.2
+CATEGORIES= games
+MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games/xpuzzles
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
-WRKSRC= ${WRKDIR}/xpanex
-USE_IMAKE= yes
-MAN1= xpanex.1
-MANCOMPRESSED= no
-
-# Not configured to use Motif.
-# Optionally edit ${WRKSRC}/Imakefile before build.
+WRKSRC= ${WRKDIR}/xpanex
+USE_IMAKE= yes
+MAN1= xpanex.1
+MANCOMPRESSED= no
do-install:
- @ ${INSTALL_PROGRAM} ${WRKSRC}/xpanex ${PREFIX}/bin
- @ ${INSTALL_DATA} ${WRKSRC}/Panex.ad ${PREFIX}/lib/X11/app-defaults/Panex
- @ ${INSTALL_MAN} ${WRKSRC}/xpanex.man ${PREFIX}/man/man1/xpanex.1
+ ${INSTALL_PROGRAM} ${WRKSRC}/xpanex ${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/Panex.ad ${PREFIX}/lib/X11/app-defaults/Panex
+ ${INSTALL_MAN} ${WRKSRC}/xpanex.man ${PREFIX}/man/man1/xpanex.1
.include <bsd.port.mk>