1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/games/xcogitate/Makefile
Matthew Hunt 9be5b6d88a Set MASTER_SITE to my www space on www.freebsd.org.
That I could make good use of my web space pointed out by: asami
1998-04-28 03:30:19 +00:00

27 lines
644 B
Makefile

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