2008-01-19 10:16:17 +01:00
|
|
|
# $NetBSD: Makefile,v 1.37 2008/01/19 09:16:24 wiz Exp $
|
2003-05-25 11:01:46 +02:00
|
|
|
#
|
1998-11-04 08:54:48 +01:00
|
|
|
|
1999-10-28 02:27:38 +02:00
|
|
|
DISTNAME= fnlib-0.5
|
2006-04-17 15:45:57 +02:00
|
|
|
PKGREVISION= 10
|
1998-11-04 08:54:48 +01:00
|
|
|
CATEGORIES= x11 graphics
|
2003-05-25 11:01:46 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=enlightenment/}
|
1998-11-04 08:54:48 +01:00
|
|
|
|
2008-01-19 10:16:17 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2003-07-21 18:45:54 +02:00
|
|
|
COMMENT= Color font rendering library for X11R6
|
1998-11-04 08:54:48 +01:00
|
|
|
|
2003-11-20 11:06:22 +01:00
|
|
|
# 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
|
|
|
|
|
2003-05-25 11:01:46 +02:00
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
USE_LIBTOOL= YES
|
2000-06-21 03:02:10 +02:00
|
|
|
|
2005-12-06 00:55:01 +01:00
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
|
2003-01-02 15:20:49 +01:00
|
|
|
EGDIR= ${PREFIX}/share/examples/fnlib
|
|
|
|
CONF_FILES= ${EGDIR}/fnrc ${PKG_SYSCONFDIR}/fnrc
|
|
|
|
|
1999-10-28 02:27:38 +02:00
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/fnlib
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/fontinfo.README ${PREFIX}/share/doc/fnlib
|
1998-11-04 08:54:48 +01:00
|
|
|
|
2004-03-10 14:26:08 +01:00
|
|
|
.include "../../graphics/imlib/buildlink3.mk"
|
2007-01-11 11:10:38 +01:00
|
|
|
.include "../../x11/libSM/buildlink3.mk"
|
|
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
|
|
.include "../../x11/xextproto/buildlink3.mk"
|
2003-05-25 11:01:46 +02:00
|
|
|
|
1998-11-04 08:54:48 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|