diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-04-27 14:34:05 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-04-27 14:34:05 +0000 |
commit | 088052c51a115d57740db48ad85e9e799179829b (patch) | |
tree | 7a79f3dba0f5b87d8ba2c60923dae53cc45a4a2b /games/xcogitate/Makefile | |
parent | Activate xldlas, and edit its COMMENT so that it does not start (diff) |
Import of xcogitate, a logic game for X11. This port is currently
BROKEN, until the distfile is present in MASTER_SITE_LOCAL.
PR: 6041
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Notes
Notes:
svn path=/head/; revision=10707
Diffstat (limited to 'games/xcogitate/Makefile')
-rw-r--r-- | games/xcogitate/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/games/xcogitate/Makefile b/games/xcogitate/Makefile new file mode 100644 index 000000000000..5a6e77df4a18 --- /dev/null +++ b/games/xcogitate/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: xcogitate +# Version required: 1.02 +# Date created: 15 March 1998 +# Whom: Andrey Zakhvatov +# +# $Id$ +# + +DISTNAME= xcogs +PKGNAME= xcogitate-1.02 +CATEGORIES= games x11 +# Fetch truncates the file when retrieved from... +# MASTER_SITES= http://www.pff-software.demon.nl/archive/ +MASTER_SITES= ${MASTER_SITE_LOCAL} + +MAINTAINER= andy@icc.surw.chel.su + +LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm + +BROKEN= Waiting for distfile to be moved to MASTER_SITE_LOCAL + +USE_X11= yes +WRKSRC= ${WRKDIR}/XCOGITATE_SOURCE + +do-build: + cd ${WRKSRC} && ${CC} ${CFLAGS} -I${X11BASE}/include -o xcogitate xcogitate.c -L${X11BASE}/lib -lX11 -lXpm + +do-install: + @ ${INSTALL_PROGRAM} ${WRKSRC}/xcogitate ${PREFIX}/bin + +.include <bsd.port.mk> |