pkgsrc/graphics/fnlib/Makefile
abs 541a6bb9d6 Contents of distfile have changed (Makefiles and suchlike regenerated with
automake 1.4-p5 rather than automake 1.4). Update distinfo and use
DIST_SUBDIR to avoid breaking systems with previously downloaded distfiles.
No PKGREVISION bump as no functional change.
2003-11-20 10:06:22 +00:00

35 lines
939 B
Makefile

# $NetBSD: Makefile,v 1.24 2003/11/20 10:06:22 abs Exp $
#
DISTNAME= fnlib-0.5
PKGREVISION= 5
CATEGORIES= x11 graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=enlightenment/}
MAINTAINER= root@garbled.net
COMMENT= Color font rendering library for X11R6
# XXX Added to stop old distfiles conflicting due to the authors updating
# XXX fnlib-0.5.tar.gz without changing the filename.
# XXX Delete when DISTNAME next changes
DIST_SUBDIR= fnlib
USE_BUILDLINK2= YES
USE_PKGINSTALL= YES
USE_X11= YES
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
CONFIGURE_ARGS+= --sysconfdir="${PKG_SYSCONFDIR}"
EGDIR= ${PREFIX}/share/examples/fnlib
CONF_FILES= ${EGDIR}/fnrc ${PKG_SYSCONFDIR}/fnrc
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/fnlib
${INSTALL_DATA} ${WRKSRC}/doc/fontinfo.README ${PREFIX}/share/doc/fnlib
.include "../../graphics/imlib/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"