a64726316f
package Makefiles. The idiom is to define any variables, include Makefile.common, then any additional targets, then include bsd.pkg.mk.
14 lines
338 B
Makefile
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"
|