diff options
Diffstat (limited to 'games/xoct/Makefile')
-rw-r--r-- | games/xoct/Makefile | 27 |
1 files changed, 12 insertions, 15 deletions
diff --git a/games/xoct/Makefile b/games/xoct/Makefile index 9880af7a18f1..68cd59911cdc 100644 --- a/games/xoct/Makefile +++ b/games/xoct/Makefile @@ -1,29 +1,26 @@ # New ports collection makefile for: xoct -# Version required: 5.4.4 +# Version required: 5.5.2 # Date created: 28 March 1998 # Whom: Andrey Zakhvatov # # $FreeBSD$ # -DISTNAME= xoct-5.4.4 -CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_XCONTRIB} +DISTNAME= xoct-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}/xoct -USE_IMAKE= yes -MAN1= xoct.1 -MANCOMPRESSED= no - -# Not configured to use Motif. -# Optionally edit ${WRKSRC}/Imakefile before build. +WRKSRC= ${WRKDIR}/xoct +USE_IMAKE= yes +MAN1= xoct.1 +MANCOMPRESSED= no do-install: - @ ${INSTALL_PROGRAM} ${WRKSRC}/xoct ${PREFIX}/bin - @ ${INSTALL_DATA} ${WRKSRC}/Oct.ad ${PREFIX}/lib/X11/app-defaults/Oct - @ ${INSTALL_MAN} ${WRKSRC}/xoct.man ${PREFIX}/man/man1/xoct.1 + ${INSTALL_PROGRAM} ${WRKSRC}/xoct ${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/Oct.ad ${PREFIX}/lib/X11/app-defaults/Oct + ${INSTALL_MAN} ${WRKSRC}/xoct.man ${PREFIX}/man/man1/xoct.1 .include <bsd.port.mk> |