freebsd-ports/games/xcogitate/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

26 lines
552 B
Makefile

# New ports collection makefile for: xcogitate
# Date created: 15 March 1998
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
PORTNAME= xcogitate
PORTVERSION= 1.02
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= mph
MAINTAINER= ports@FreeBSD.org
USE_X_PREFIX= yes
USE_XPM= 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>