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.
23 lines
599 B
Makefile
23 lines
599 B
Makefile
# $NetBSD: Makefile,v 1.9 2004/10/03 00:14:42 tv Exp $
|
|
#
|
|
|
|
DISTNAME= oto-0.4
|
|
PKGREVISION= 3
|
|
CATEGORIES= fonts
|
|
MASTER_SITES= ftp://ftp.sourceforge.net/pub/sourceforge/oto/
|
|
|
|
MAINTAINER= rxg@NetBSD.org
|
|
HOMEPAGE= http://sourceforge.net/projects/oto/
|
|
COMMENT= List and modify OpenType font files
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_BUILDLINK3= yes
|
|
USE_GNU_TOOLS+= make
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/oto
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/oto
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../devel/libgetopt/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|