7af716330d
had actually been ignoring LTCONFIG_OVERRIDE anyway and just using the default LIBTOOL_OVERRIDE to replace libtool scripts in packages. This just formalizes the fact that LTCONFIG_OVERRIDE is not used meaningfully by pkgsrc.
26 lines
742 B
Text
26 lines
742 B
Text
# $NetBSD: Makefile.common,v 1.35 2006/07/19 19:14:38 jlam Exp $
|
|
|
|
DISTNAME= freetype1_1.4pre.20030402.orig
|
|
FT_VERS= 1.5
|
|
CATEGORIES= graphics textproc
|
|
MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/f/freetype1/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://freetype.sourceforge.net/
|
|
|
|
CONFLICTS= freetype-1.[12]*
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME:S/.orig//:S/_/-/}
|
|
USE_TOOLS+= msgfmt
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-locale-dir=${PREFIX}/${PKGLOCALEDIR}/locale
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../graphics/freetype-lib/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../graphics/freetype-lib/patches
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|