mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
02c5b6c7c6
as the days of the former are numbered. Reviewed by: asami
27 lines
599 B
Makefile
27 lines
599 B
Makefile
# New ports collection makefile for: xcogitate
|
|
# Version required: 1.02
|
|
# Date created: 15 March 1998
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= xcogitate-1.02
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://people.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>
|