freebsd-ports/games/xcogitate/Makefile
Satoshi Asami ceba211283 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00

26 lines
643 B
Makefile

# New ports collection makefile for: xcogitate
# Version required: 1.02
# Date created: 15 March 1998
# Whom: Andrey Zakhvatov
#
# $Id: Makefile,v 1.3 1998/07/27 23:24:53 asami Exp $
#
DISTNAME= xcogitate-1.02
CATEGORIES= games
MASTER_SITES= http://www.freebsd.org/~mph/distfiles/
MAINTAINER= andy@icc.surw.chel.su
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
USE_X_PREFIX= 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>