pkgsrc/graphics/imlib/Makefile
agc 12004c6d74 On Solaris, explicitly set the CPPFLAGS, so that the Zoularis environment is
ignored - we're really compiling for Solaris, after all.
2000-02-15 16:44:54 +00:00

41 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.32 2000/02/15 16:44:54 agc Exp $
#
DISTNAME= imlib-1.9.8
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.enlightenment.org/pub/e/enlightenment/libs/ \
${MASTER_SITE_GNOME:=sources/imlib/}
MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.labs.redhat.com/imlib/
DEPENDS+= gtk+-1.2.*:../../x11/gtk
DEPENDS+= libungif-*:../../graphics/libungif
DEPENDS+= jpeg-6b:../../graphics/jpeg
DEPENDS+= netpbm-*:../../graphics/netpbm
DEPENDS+= png>=1.0.3:../../graphics/png
DEPENDS+= tiff-*:../../graphics/tiff
USE_X11BASE= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
PLIST_SUBST+= LOCALBASE=${LOCALBASE}
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
CPPFLAGS= -DENABLE_NLS
.endif
CPPFLAGS+= -I${LOCALBASE}/include
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/imlib
cd ${WRKSRC}/doc; ${INSTALL_DATA} *.gif *.html \
${PREFIX}/share/doc/imlib
${TEST} ${PREFIX} = ${LOCALBASE} || \
${LN} -fs ${PREFIX}/share/aclocal/imlib.m4 \
${LOCALBASE}/share/aclocal/imlib.m4
.include "../../mk/bsd.pkg.mk"