pkgsrc/graphics/freetype-lib/Makefile
jlam a64726316f Move inclusion of bsd.pkg.mk from Makefile.common into the individual
package Makefiles.  The idiom is to define any variables, include
Makefile.common, then any additional targets, then include bsd.pkg.mk.
2001-09-09 04:06:08 +00:00

14 lines
338 B
Makefile

# $NetBSD: Makefile,v 1.7 2001/09/09 04:06:08 jlam Exp $
PKGNAME= freetype-lib-${FT_VERS}
COMMENT= TrueType font rendering engine and library API
USE_BUILDLINK_ONLY= # defined
CONFIGURE_ARGS+= --without-x
.include "Makefile.common"
ALL_TARGET= ttlib ttpo
INSTALL_TARGET= install-ttlib install-ttpo
.include "../../mk/bsd.pkg.mk"