openbsd-ports/graphics/fnlib/Makefile

30 lines
809 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.24 2005/10/30 00:10:40 fgsch Exp $
COMMENT= "color font rendering library for X"
2000-01-11 20:38:10 -05:00
DISTNAME= fnlib-0.5
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=enlightenment/}
LIB_DEPENDS= Imlib.19::graphics/imlib
2000-03-05 13:30:21 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-11-29 20:06:33 -05:00
WANTLIB= ICE SM X11 Xext jpeg m png tiff ungif z
2000-02-12 03:02:07 -05:00
2000-03-05 13:30:21 -05: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>