pkgsrc/games/plib/Makefile
jlam c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00

17 lines
432 B
Makefile

# $NetBSD: Makefile,v 1.5 2001/06/11 06:34:33 jlam Exp $
#
DISTNAME= plib-1.2.0
CATEGORIES= games x11
MASTER_SITES= http://plib.sourceforge.net/dist/
MAINTAINER= rh@netbsd.org
HOMEPAGE= http://plib.sourceforge.net/
COMMENT= libraries for writing portable games/realtime interactive apps
USE_X11= YES
USE_MESA= YES
GNU_CONFIGURE= YES
CPPFLAGS+= -Dunix=1 -I${X11PREFIX}/include -I${X11BASE}/include
.include "../../mk/bsd.pkg.mk"