46 lines
1.3 KiB
Makefile
Raw Normal View History

2003-01-04 17:01:08 +00:00
# $OpenBSD: Makefile,v 1.57 2003/01/04 17:01:08 lebel Exp $
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
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
LIB_DEPENDS= bz2.10::archivers/bzip2 \
jbig.1.2::graphics/jbigkit \
mpeg.13::graphics/mpeg-lib \
png.2::graphics/png \
tiff.35::graphics/tiff \
ttf.1.3::print/freetype \
xml2.6::textproc/libxml
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>
PERMIT_PACKAGE_CDROM= Yes
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++
2001-01-10 01:19:49 +00:00
USE_X11= Yes
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
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 \
--without-ttf --without-wmf --without-threads
2002-08-04 21:04:48 +00:00
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libpng -I${LOCALBASE}/include/freetype -I${LOCALBASE}/include" \
1999-12-19 01:28:52 +00:00
LDFLAGS="-L${LOCALBASE}/lib"
1998-05-23 19:00:10 +00:00
.include <bsd.port.mk>