8cc6055063
differs from the distfile version number. G/C some the unused variables in php4/Makefile.common related to the old way of handling version numbers.
23 lines
740 B
Makefile
23 lines
740 B
Makefile
# $NetBSD: Makefile,v 1.8 2001/12/03 08:31:02 jlam Exp $
|
|
|
|
.include "../../www/php4/Makefile.module"
|
|
|
|
MODNAME= gd
|
|
CATEGORIES+= graphics
|
|
PKGREVISION= 1
|
|
COMMENT= PHP4 extension for GD graphics library
|
|
|
|
USE_BUILDLINK_ONLY= YES
|
|
|
|
CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_DIR}
|
|
CONFIGURE_ARGS+= --with-jpeg-dir=shared,${BUILDLINK_DIR}
|
|
CONFIGURE_ARGS+= --with-png-dir=shared,${BUILDLINK_DIR}
|
|
CONFIGURE_ARGS+= --with-xpm-dir=shared,${BUILDLINK_DIR}
|
|
CONFIGURE_ARGS+= --with-ttf=shared,${BUILDLINK_DIR}
|
|
CONFIGURE_ARGS+= --enable-${MODNAME}-native-ttf
|
|
CONFIGURE_ARGS+= --without-freetype-dir
|
|
CONFIGURE_ARGS+= --without-t1lib
|
|
|
|
.include "../../graphics/gd/buildlink.mk"
|
|
.include "../../mk/x11.buildlink.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|