png header path change.
This commit is contained in:
parent
41b18a15f6
commit
c1b088053b
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2002/07/08 04:10:09 mark Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2002/07/18 15:15:05 brad Exp $
|
||||
|
||||
COMMENT= "graphical networked AD&D style game"
|
||||
|
||||
@ -27,7 +27,7 @@ CONFIGURE_ARGS= --disable-gnome
|
||||
USE_X11= Yes
|
||||
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC} ${WRKSRC}/utils
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libpng -I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,11 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2002/06/08 06:03:09 pvalchev Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2002/07/18 15:15:05 brad Exp $
|
||||
|
||||
COMMENT= "breakout game with many levels, powerups, good graphics"
|
||||
|
||||
VERSION= 2.2.2
|
||||
DISTNAME= lbreakout2-${VERSION}
|
||||
CATEGORIES= games x11
|
||||
NEED_VERSION= 1.525
|
||||
|
||||
HOMEPAGE= http://lgames.sourceforge.net/index.php?action=show_project&project=LBreakout2
|
||||
|
||||
@ -23,7 +22,8 @@ LIB_DEPENDS= SDL::devel/sdl \
|
||||
png.2.0::graphics/png
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libpng" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
USE_X11= Yes
|
||||
USE_GMAKE= Yes
|
||||
|
@ -1,10 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2002/05/13 23:31:25 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2002/07/18 15:15:05 brad Exp $
|
||||
|
||||
COMMENT= "command-driven interactive function plotting program"
|
||||
|
||||
DISTNAME= gnuplot-3.7.1
|
||||
CATEGORIES= math graphics
|
||||
NEED_VERSION= 1.364
|
||||
MASTER_SITES= ftp://ftp.gnuplot.vt.edu/pub/gnuplot/ \
|
||||
ftp://ftp.irisa.fr/pub/gnuplot/ \
|
||||
ftp://ftp.cc.monash.edu.au/pub/gnuplot/ \
|
||||
@ -27,6 +26,7 @@ FLAVOR?=
|
||||
CONFIGURE_STYLE= gnu dest
|
||||
CONFIGURE_ARGS= --without-linux-vga --without-gd \
|
||||
--with-png --with-gnu-readline --with-lasergnu
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libpng"
|
||||
NO_REGRESS= Yes
|
||||
|
||||
.if ${FLAVOR:L:Mno_x11}
|
||||
|
@ -1,7 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2002/03/25 00:13:44 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2002/07/18 15:15:05 brad Exp $
|
||||
|
||||
CATEGORIES= math devel graphics
|
||||
NEED_VERSION= 1.489
|
||||
|
||||
COMMENT='graph drawing software'
|
||||
PKGNAME=graphviz-1.7.6
|
||||
@ -26,7 +25,8 @@ CONFIGURE_ENV=TCLCONFIG=${LOCALBASE}/lib/tcl8.3/tclConfig.sh \
|
||||
LDFLAGS=-L${LOCALBASE}/lib \
|
||||
CPPFLAGS='-I${LOCALBASE}/include -I${LOCALBASE}/include/tcl8.3 -I${LOCALBASE}/include/tk8.3'
|
||||
|
||||
CONFIGURE_ARGS=--with-freetypeincludedir=${X11BASE}/include/freetype2
|
||||
CONFIGURE_ARGS= --with-freetypeincludedir=${X11BASE}/include/freetype2 \
|
||||
--with-pngincludedir=${LOCALBASE}/include/libpng
|
||||
CONFIGURE_SCRIPT=autogen.sh
|
||||
USE_GMAKE= Yes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user