aboutsummaryrefslogtreecommitdiffstats
path: root/games/xhexagons/Makefile
diff options
context:
space:
mode:
authorjedgar <jedgar@FreeBSD.org>2000-03-30 11:45:46 +0800
committerjedgar <jedgar@FreeBSD.org>2000-03-30 11:45:46 +0800
commit16730cd37b8f7cadbefee34c3f2deb96c6c790bd (patch)
treec4141d8257c38c6940c40afcf5c431de54dc5e69 /games/xhexagons/Makefile
parent2da4f3a9bc2ab90aea298d8554722d670dc20b0f (diff)
downloadfreebsd-ports-gnome-16730cd37b8f7cadbefee34c3f2deb96c6c790bd.tar.gz
freebsd-ports-gnome-16730cd37b8f7cadbefee34c3f2deb96c6c790bd.tar.zst
freebsd-ports-gnome-16730cd37b8f7cadbefee34c3f2deb96c6c790bd.zip
Update port to 5.5.2
Add WWW PR: 17665 Submitted by: tkato@prontomail.ne.jp
Diffstat (limited to 'games/xhexagons/Makefile')
-rw-r--r--games/xhexagons/Makefile27
1 files changed, 12 insertions, 15 deletions
diff --git a/games/xhexagons/Makefile b/games/xhexagons/Makefile
index 3372bf42e5c6..1beb33cd86ac 100644
--- a/games/xhexagons/Makefile
+++ b/games/xhexagons/Makefile
@@ -1,29 +1,26 @@
# New ports collection makefile for: xhexagons
-# Version required: 5.4.4
+# Version required: 5.5.2
# Date created: 20 May 1998
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
-DISTNAME= xhexagons-5.4.4
-CATEGORIES= games
-MASTER_SITES= ${MASTER_SITE_XCONTRIB}
+DISTNAME= xhexagons-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}/xhexagons
-USE_IMAKE= yes
-MAN1= xhexagons.1
-MANCOMPRESSED= no
-
-# Not configured to use Motif.
-# Optionally edit ${WRKSRC}/Imakefile before build.
+WRKSRC= ${WRKDIR}/xhexagons
+USE_IMAKE= yes
+MAN1= xhexagons.1
+MANCOMPRESSED= no
do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/xhexagons ${PREFIX}/bin
- @${INSTALL_DATA} ${WRKSRC}/Hexagons.ad ${PREFIX}/lib/X11/app-defaults/Hexagons
- @${INSTALL_MAN} ${WRKSRC}/xhexagons.man ${PREFIX}/man/man1/xhexagons.1
+ ${INSTALL_PROGRAM} ${WRKSRC}/xhexagons ${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/Hexagons.ad ${PREFIX}/lib/X11/app-defaults/Hexagons
+ ${INSTALL_MAN} ${WRKSRC}/xhexagons.man ${PREFIX}/man/man1/xhexagons.1
.include <bsd.port.mk>