summaryrefslogtreecommitdiff
path: root/graphics/freetype-lib
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-09-09 04:06:08 +0000
committerjlam <jlam@pkgsrc.org>2001-09-09 04:06:08 +0000
commita64726316fd91bfe676a449b7389cd181566a8ea (patch)
tree3aeb4952e3988cede35e4aee4a1864e2a45ed8fd /graphics/freetype-lib
parent99c293f270ce92830cf3d9d0e08ad89d9d2127d5 (diff)
downloadpkgsrc-a64726316fd91bfe676a449b7389cd181566a8ea.tar.gz
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.
Diffstat (limited to 'graphics/freetype-lib')
-rw-r--r--graphics/freetype-lib/Makefile8
-rw-r--r--graphics/freetype-lib/Makefile.common7
2 files changed, 8 insertions, 7 deletions
diff --git a/graphics/freetype-lib/Makefile b/graphics/freetype-lib/Makefile
index d6c071e82af..ac5b67572a9 100644
--- a/graphics/freetype-lib/Makefile
+++ b/graphics/freetype-lib/Makefile
@@ -1,12 +1,14 @@
-# $NetBSD: Makefile,v 1.6 2001/09/09 03:37:00 jlam Exp $
+# $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
-USE_BUILDLINK_ONLY= # defined
+.include "Makefile.common"
+
ALL_TARGET= ttlib ttpo
INSTALL_TARGET= install-ttlib install-ttpo
-.include "Makefile.common"
+.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/freetype-lib/Makefile.common b/graphics/freetype-lib/Makefile.common
index 21383490d57..86bbd81de38 100644
--- a/graphics/freetype-lib/Makefile.common
+++ b/graphics/freetype-lib/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.18 2001/09/09 03:37:00 jlam Exp $
+# $NetBSD: Makefile.common,v 1.19 2001/09/09 04:06:09 jlam Exp $
DISTNAME= freetype-${FT_VERS}
FT_VERS= 1.3.1
@@ -20,8 +20,7 @@ LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --with-locale-dir=${PREFIX}/${PKGLOCALEDIR}/locale
-DISTINFO_FILE= ${.CURDIR}/../../graphics/freetype-lib/distinfo
-PATCHDIR= ${.CURDIR}/../../graphics/freetype-lib/patches
+DISTINFO_FILE= ${.CURDIR}/../freetype-lib/distinfo
+PATCHDIR= ${.CURDIR}/../freetype-lib/patches
.include "../../devel/gettext-lib/buildlink.mk"
-.include "../../mk/bsd.pkg.mk"