freebsd-ports/games/xcogitate/Makefile

28 lines
584 B
Makefile
Raw Normal View History

# New ports collection makefile for: xcogitate
# Date created: 15 March 1998
# Whom: Andrey Zakhvatov
#
1999-08-25 08:06:33 +02:00
# $FreeBSD$
#
PORTNAME= xcogitate
PORTVERSION= 1.02
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= mph
MAINTAINER= ports@FreeBSD.org
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>