blob: 3fb426657ff74f9823d63bf1940d714efbfc26f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.2 2001/02/17 17:22:32 wiz Exp $
.include "../../www/php4/Makefile.module"
MODNAME= gd
CATEGORIES+= graphics
COMMENT= PHP4 extension for GD graphics library
DEPENDS+= gd-*:../../graphics/gd
EVAL_PREFIX+= GDDIR=gd
CONFIGURE_ARGS+= --with-${MODNAME}=shared,${GDDIR}
USE_X11= # defined
.include "../../mk/bsd.pkg.mk"
|