openbsd-ports/graphics/fnlib/Makefile
alek 63caef931c - Switch MASTER_SITE to MASTER_SITE_SOURCEFORGE
- Regenerate patches and distinfo as distfile hosted by sf.net is slightly
  different (regenerated configure script and friends) but has same version
  number

ok brad@
2004-12-14 18:28:57 +00:00

32 lines
851 B
Makefile

# $OpenBSD: Makefile,v 1.23 2004/12/14 18:28:57 alek Exp $
COMMENT= "color font rendering library for X"
DISTNAME= fnlib-0.5
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=enlightenment/}
LIB_DEPENDS= Imlib.19::graphics/imlib
MAINTAINER= Brad Smith <brad@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= ICE SM X11 Xext jpeg m png tiff ungif z
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>