a64726316f
package Makefiles. The idiom is to define any variables, include Makefile.common, then any additional targets, then include bsd.pkg.mk.
18 lines
488 B
Makefile
18 lines
488 B
Makefile
# $NetBSD: Makefile,v 1.6 2001/09/09 04:06:10 jlam Exp $
|
|
|
|
PKGNAME= ja-vflib-utils-${VFLIB_VERSION}
|
|
COMMENT= Utilities for manipulating VFlib vector font files
|
|
|
|
BUILDLINK_DEPENDS.vflib=ja-vflib-lib>=${VFLIB_VERSION}
|
|
USE_BUILDLINK_ONLY= # defined
|
|
|
|
.include "../vflib-lib/Makefile.common"
|
|
|
|
USE_X11= # defined
|
|
CONFIGURE_ARGS+= --enable-tools --with-x
|
|
|
|
ALL_TARGET= build-tools
|
|
INSTALL_TARGET= install-tools
|
|
|
|
.include "../../japanese/vflib-lib/buildlink.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|