1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/devel/gengameng/Makefile
Will Andrews f2143cd881 Add gengameng 2.0, an X11 game engine library.
PR:		26525
Submitted by:	Mark Pulford <mark@kyne.com.au>
2001-04-17 17:44:13 +00:00

21 lines
451 B
Makefile

# New ports collection makefile for: gengameng
# Date created: Apr 12, 2001
# Whom: Mark Pulford <mark@kyne.com.au>
#
# $FreeBSD$
#
PORTNAME= gengameng
PORTVERSION= 2.0
CATEGORIES= devel
MASTER_SITES= http://sites.netscape.net/sarrazip/
MAINTAINER= mark@kyne.com.au
USE_X_PREFIX= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${X11BASE}/include" LDFLAGS="${LDFLAGS} -L${X11BASE}/lib"
.include <bsd.port.mk>