openbsd-ports/graphics/imlib/Makefile

48 lines
1.3 KiB
Makefile
Raw Normal View History

2001-04-18 15:26:50 -04:00
# $OpenBSD: Makefile,v 1.29 2001/04/18 19:26:50 brad 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
NEED_VERSION= 1.384
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
2000-08-12 04:17:55 -04:00
LIB_DEPENDS= gtk.1.2::x11/gtk+ \
gif.4.1::graphics/giflib \
2000-06-25 18:20:24 -04:00
png.1::graphics/png \
tiff.35::graphics/tiff
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
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>