diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-03-30 11:45:46 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-03-30 11:45:46 +0800 |
commit | 16730cd37b8f7cadbefee34c3f2deb96c6c790bd (patch) | |
tree | c4141d8257c38c6940c40afcf5c431de54dc5e69 /games/xhexagons/Makefile | |
parent | 2da4f3a9bc2ab90aea298d8554722d670dc20b0f (diff) | |
download | freebsd-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/Makefile | 27 |
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> |