pkgsrc/graphics/freetype-lib/Makefile.common
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

26 lines
735 B
Makefile

# $NetBSD: Makefile.common,v 1.19 2001/09/09 04:06:09 jlam Exp $
DISTNAME= freetype-${FT_VERS}
FT_VERS= 1.3.1
CATEGORIES= graphics textproc
MASTER_SITES= http://download.sourceforge.net/freetype/ \
ftp://freetype.sourceforge.net/pub/freetype/freetype1/ \
ftp://ftp.freetype.org/pub/freetype/
MAINTAINER= jlam@netbsd.org
HOMEPAGE= http://www.freetype.org/
CONFLICTS= freetype-1.[12]*
BUILD_USES_MSGFMT= # defined
USE_LIBTOOL= # defined
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --with-locale-dir=${PREFIX}/${PKGLOCALEDIR}/locale
DISTINFO_FILE= ${.CURDIR}/../freetype-lib/distinfo
PATCHDIR= ${.CURDIR}/../freetype-lib/patches
.include "../../devel/gettext-lib/buildlink.mk"