diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-06-11 10:45:05 +0800 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-06-11 10:45:05 +0800 |
commit | 126f99f3c4c3497b8586e6a348cc61765e536948 (patch) | |
tree | 8043d860e98ecdeeced7cd1eb95d7723ec41ae63 /games/xoct/Makefile | |
parent | a73a921ef048d0eaad29c22c545f64d248cf6577 (diff) | |
download | freebsd-ports-gnome-126f99f3c4c3497b8586e6a348cc61765e536948.tar.gz freebsd-ports-gnome-126f99f3c4c3497b8586e6a348cc61765e536948.tar.zst freebsd-ports-gnome-126f99f3c4c3497b8586e6a348cc61765e536948.zip |
Upgrade to 5.4.4.
PR: 6887
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Diffstat (limited to 'games/xoct/Makefile')
-rw-r--r-- | games/xoct/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/games/xoct/Makefile b/games/xoct/Makefile index 3b7963c41c74..e90d6aced37e 100644 --- a/games/xoct/Makefile +++ b/games/xoct/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: xoct -# Version required: 5.4.3 +# Version required: 5.4.4 # Date created: 28 March 1998 # Whom: Andrey Zakhvatov # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/05/20 07:52:39 tg Exp $ # -DISTNAME= xoct-5.4.3 +DISTNAME= xoct-5.4.4 CATEGORIES= games x11 MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= games/xpuzzles @@ -17,6 +17,9 @@ WRKSRC= ${WRKDIR}/xoct USE_IMAKE= yes MAN1= xoct.1 +# Not configured to use Motif. +# Optionally edit ${WRKSRC}/Imakefile before build. + do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/xoct ${PREFIX}/bin @ ${INSTALL_DATA} ${WRKSRC}/Oct.ad ${PREFIX}/lib/X11/app-defaults/Oct |