diff options
Diffstat (limited to 'games/xpanex/Makefile')
-rw-r--r-- | games/xpanex/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/games/xpanex/Makefile b/games/xpanex/Makefile index 22a2728c15e7..7570b72a985c 100644 --- a/games/xpanex/Makefile +++ b/games/xpanex/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: xpanex -# Version required: 5.4.3 +# Version required: 5.4.4 # Date created: 27 March 1998 # Whom: Andrey Zakhvatov # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/05/20 07:54:06 tg Exp $ # -DISTNAME= xpanex-5.4.3 +DISTNAME= xpanex-5.4.4 CATEGORIES= games x11 MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= games/xpuzzles @@ -17,6 +17,9 @@ WRKSRC= ${WRKDIR}/xpanex USE_IMAKE= yes MAN1= xpanex.1 +# Not configured to use Motif. +# Optionally edit ${WRKSRC}/Imakefile before build. + do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/xpanex ${PREFIX}/bin @ ${INSTALL_DATA} ${WRKSRC}/Panex.ad ${PREFIX}/lib/X11/app-defaults/Panex |