34 lines
888 B
Makefile
Raw Normal View History

2006-11-13 11:20:24 +00:00
# $OpenBSD: Makefile,v 1.28 2006/11/13 11:20:24 steven Exp $
COMMENT= "color font rendering library for X"
2000-01-12 01:38:10 +00:00
DISTNAME= fnlib-0.5
2005-12-27 15:20:20 +00:00
PKGNAME= ${DISTNAME}p0
SHARED_LIBS= Fnlib 5.0
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=enlightenment/}
2006-08-02 10:10:35 +00:00
LIB_DEPENDS= Imlib.>=19::graphics/imlib
2000-03-05 18:30:21 +00:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-11-30 01:06:33 +00:00
WANTLIB= ICE SM X11 Xext jpeg m png tiff ungif z
2000-02-12 08:02:07 +00:00
2006-11-13 11:20:24 +00:00
USE_X11= Yes
2005-12-27 15:20:20 +00:00
USE_LIBTOOL= Yes
2000-03-05 18:30:21 +00:00
USE_GMAKE= Yes
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \
LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib"
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/fnlib
mv -f ${WRKINST}${SYSCONFDIR}/* ${PREFIX}/share/examples/fnlib
.include <bsd.port.mk>