c487cb967a
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
31 lines
790 B
Makefile
31 lines
790 B
Makefile
# $NetBSD: Makefile,v 1.17 2004/10/03 00:14:42 tv Exp $
|
|
#
|
|
|
|
DISTNAME= pfaedit_full-${VERSION}
|
|
PKGNAME= pfaedit-20${VERSION}
|
|
PKGREVISION= 1
|
|
CATEGORIES= fonts editors
|
|
MASTER_SITES= http://pfaedit.sourceforge.net/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= http://pfaedit.sourceforge.net/
|
|
COMMENT= Postscript font editor
|
|
|
|
VERSION= 040310
|
|
|
|
USE_BUILDLINK3= YES
|
|
USE_GNU_TOOLS+= make
|
|
USE_LIBTOOL= YES
|
|
USE_X11= YES
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ARGS+= --with-freetype-src=no
|
|
WRKSRC= ${WRKDIR}/pfaedit-${VERSION}
|
|
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
.include "../../graphics/jpeg/buildlink3.mk"
|
|
.include "../../graphics/libungif/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../graphics/tiff/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|