openbsd-ports/graphics/imlib/Makefile

56 lines
1.6 KiB
Makefile
Raw Normal View History

2001-11-01 16:16:53 -05:00
# $OpenBSD: Makefile,v 1.35 2001/11/01 21:16:53 wilfried Exp $
1999-03-19 02:33:56 -05:00
# $FreeBSD: Makefile,v 1.45 1999/03/09 01:08:57 nectar Exp $
COMMENT= "image manipulation library for X11"
2000-08-12 04:17:55 -04:00
DISTNAME= imlib-1.9.8.1
2000-08-17 08:36:26 -04:00
CATEGORIES= devel graphics
2001-10-28 16:45:06 -05:00
NEED_VERSION= 1.486
2000-08-12 04:17:55 -04:00
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/imlib
1999-03-19 02:33:56 -05:00
2001-11-01 16:16:53 -05:00
LIB_DEPENDS= gtk.1.2,gdk.1.2::x11/gtk+ \
jpeg.62::graphics/jpeg \
gif.4.1::graphics/giflib \
png.2::graphics/png \
tiff.35::graphics/tiff
BUILD_DEPENDS= ::graphics/netpbm
RUN_DEPENDS= ::graphics/jpeg \
::graphics/netpbm
2000-03-05 13:30:21 -05:00
2000-09-24 03:03:59 -04:00
MAINTAINER= Brad Smith <brad@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2001-03-04 00:29:36 -05:00
USE_X11= Yes
2000-03-05 13:30:21 -05:00
USE_GMAKE= Yes
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
1999-10-26 21:27:21 -04:00
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static --disable-modules
1999-03-19 02:33:56 -05:00
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib"
1999-03-19 02:33:56 -05:00
PATCH_LIST= ${PORTSDIR}/infrastructure/patches/patch-lt1.3.3-ltconfig \
${PORTSDIR}/infrastructure/patches/patch-lt1.3.3-ltmain_sh \
patch-*
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-08-12 04:17:55 -04:00
${INSTALL_DATA_DIR} ${PREFIX}/share/aclocal
${INSTALL_DATA} ${WRKSRC}/imlib.m4 ${PREFIX}/share/aclocal
2001-04-18 15:26:50 -04:00
@cd ${PREFIX}/share/examples/imlib && mv imrc imrc-sample
1999-03-19 02:33:56 -05:00
.include <bsd.port.mk>