openbsd-ports/graphics/imlib/Makefile

56 lines
1.6 KiB
Makefile
Raw Normal View History

2000-03-05 13:30:21 -05:00
# $OpenBSD: Makefile,v 1.15 2000/03/05 18:30:29 espie Exp $
1999-03-19 02:33:56 -05:00
# $FreeBSD: Makefile,v 1.45 1999/03/09 01:08:57 nectar Exp $
DISTNAME= imlib-1.9.8
1999-03-19 02:33:56 -05:00
CATEGORIES= graphics
2000-03-05 13:30:21 -05:00
NEED_VERSION= 1.223
MASTER_SITES= ftp://beaver.its.vu.edu.au/pub/enlightenment/enlightenment/libs/ \
ftp://ftp.dti.ad.jp/pub/X/enlightenment/imlib/ \
ftp://ftp.squish.org/pub/enlightenment/imlib/
1999-03-19 02:33:56 -05:00
1999-10-26 21:27:21 -04:00
1999-03-19 02:33:56 -05:00
MAINTAINER= brad@openbsd.org
2000-02-12 03:02:07 -05:00
LICENSE_TYPE= GPL
2000-03-05 13:30:21 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
LIB_DEPENDS= intl:devel/gettext \
gtk.1.2:x11/gtk+ \
gif.4.1:graphics/giflib \
jpeg.62:graphics/jpeg \
png.1.3:graphics/png \
tiff.35:graphics/tiff
BUILD_DEPENDS= convert:graphics/ImageMagick \
giftopnm:graphics/netpbm
RUN_DEPENDS= convert:graphics/ImageMagick \
giftopnm:graphics/netpbm
USE_GMAKE= Yes
USE_X11= Yes
SEPARATE_BUILD= concurrent
2000-03-05 13:30:21 -05:00
GNU_CONFIGURE= Yes
1999-10-26 21:27:21 -04:00
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static
1999-03-19 02:33:56 -05:00
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
1999-03-29 21:47:18 -05:00
LDFLAGS="-L${LOCALBASE}/lib" \
GTK_CONFIG="${X11BASE}/bin/gtk-config"
1999-03-19 02:33:56 -05:00
pre-build:
@echo ""
@echo "*** WARNING: you may see an error such as"
@echo "*** virtual memory exhausted"
@echo "*** when building this package. If you do you must increase"
@echo "*** your limits. See the man page for your shell and look"
@echo "*** for the 'limit' or 'ulimit' command."
@echo ""
1999-03-19 02:33:56 -05:00
post-install:
2000-01-11 20:40:33 -05:00
${INSTALL_DATA_DIR} ${LOCALBASE}/share/aclocal
${INSTALL_DATA} ${WRKSRC}/imlib.m4 ${LOCALBASE}/share/aclocal/
1999-10-26 21:27:21 -04:00
@${LDCONFIG} -m ${PREFIX}/lib
1999-03-19 02:33:56 -05:00
.include <bsd.port.mk>