2004-02-06 22:44:06 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.62 2004/02/06 22:44:06 sturm Exp $
|
2001-04-06 17:33:28 +00:00
|
|
|
|
|
|
|
COMMENT= "display and manipulate images under X11"
|
1998-05-23 19:00:10 +00:00
|
|
|
|
2001-02-09 21:59:27 +00:00
|
|
|
DISTNAME= ImageMagick-5.2.9
|
2003-06-30 20:41:14 +00:00
|
|
|
PKGNAME= ${DISTNAME}p0
|
1999-05-20 23:25:55 +00:00
|
|
|
CATEGORIES= graphics
|
2002-08-25 23:05:49 +00:00
|
|
|
MASTER_SITES= ftp://openbsd.comstyle.com/pub/brad/source/
|
1998-05-23 19:00:10 +00:00
|
|
|
|
2000-11-30 04:41:37 +00:00
|
|
|
HOMEPAGE= http://www.simplesystems.org/ImageMagick/
|
1999-05-06 02:10:12 +00:00
|
|
|
|
2000-06-25 22:22:25 +00:00
|
|
|
LIB_DEPENDS= bz2.10::archivers/bzip2 \
|
2000-06-10 06:11:25 +00:00
|
|
|
jbig.1.2::graphics/jbigkit \
|
2000-03-24 23:28:01 +00:00
|
|
|
mpeg.13::graphics/mpeg-lib \
|
2001-05-24 02:27:06 +00:00
|
|
|
png.2::graphics/png \
|
2000-03-24 23:28:01 +00:00
|
|
|
tiff.35::graphics/tiff \
|
2000-08-08 19:01:37 +00:00
|
|
|
ttf.1.3::print/freetype \
|
2001-07-20 16:22:30 +00:00
|
|
|
xml2.6::textproc/libxml
|
2001-11-10 15:00:47 +00:00
|
|
|
BUILD_DEPENDS= :transfig-*:print/transfig \
|
|
|
|
:netpbm-*:graphics/netpbm
|
2000-10-03 02:15:31 +00:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
2000-03-05 18:30:21 +00:00
|
|
|
|
2000-09-24 07:03:59 +00:00
|
|
|
MAINTAINER= Brad Smith <brad@openbsd.org>
|
2000-06-10 06:11:25 +00:00
|
|
|
|
2003-09-09 00:47:57 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2000-06-20 23:32:46 +00:00
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2000-03-14 01:40:04 +00:00
|
|
|
|
2003-01-04 17:01:08 +00:00
|
|
|
# gcc3
|
|
|
|
MODULES+= gcc3
|
|
|
|
MODGCC3_ARCHES= sparc64
|
|
|
|
MODGCC3_LANGS+= c++
|
|
|
|
|
2004-02-06 22:44:06 +00:00
|
|
|
.if ${MACHINE_ARCH} == "sparc64"
|
|
|
|
PATCH_LIST= patch-* gcc-*
|
|
|
|
.endif
|
|
|
|
|
2001-01-10 01:19:49 +00:00
|
|
|
USE_X11= Yes
|
2000-08-08 19:01:37 +00:00
|
|
|
SEPARATE_BUILD= concurrent
|
2000-06-20 23:32:46 +00:00
|
|
|
CONFIGURE_STYLE= gnu
|
1999-04-06 00:09:52 +00:00
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
2000-07-25 07:16:59 +00:00
|
|
|
CONFIGURE_ARGS+= --enable-static --enable-lzw --enable-16bit-pixel \
|
|
|
|
--without-perl --without-modules --without-dps \
|
2001-02-05 15:58:08 +00:00
|
|
|
--without-fpx --without-hdf --without-lcms \
|
2003-06-30 20:41:14 +00:00
|
|
|
--without-ttf --without-wmf
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libpng -I${LOCALBASE}/include/freetype1/freetype -I${LOCALBASE}/include/libxml2 -I${LOCALBASE}/include" \
|
1999-12-19 01:28:52 +00:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
1999-04-06 00:09:52 +00:00
|
|
|
|
1998-05-23 19:00:10 +00:00
|
|
|
.include <bsd.port.mk>
|