diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-05-09 11:31:57 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-05-09 11:31:57 +0000 |
commit | ab3181bd36d0f36e3820addec32bbb909c452307 (patch) | |
tree | c3ec460bd43debb421edc13dd31c142e9f0053d4 /graphics/simage | |
parent | 7cf1320062c5e7a14be52561cd4e6f1604a16926 (diff) | |
download | ports-ab3181bd36d0f36e3820addec32bbb909c452307.tar.gz ports-ab3181bd36d0f36e3820addec32bbb909c452307.zip |
Notes
Diffstat (limited to 'graphics/simage')
-rw-r--r-- | graphics/simage/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/simage/Makefile b/graphics/simage/Makefile index 1edc3d428a09..332348982a5f 100644 --- a/graphics/simage/Makefile +++ b/graphics/simage/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: simage # Date created: 10 May 2002 -# Whom: jesse@cs.uni-magdeburg.de +# Whom: roland.jesse@gmx.net # # $FreeBSD$ # @@ -10,7 +10,7 @@ PORTVERSION= 1.2.2 CATEGORIES= graphics MASTER_SITES= ftp://ftp.coin3d.org/pub/coin/src/ -MAINTAINER= jesse@cs.uni-magdeburg.de +MAINTAINER= roland.jesse@gmx.net COMMENT= Library with image format loaders and front-ends BUILD_DEPENDS= guile:${PORTSDIR}/lang/guile @@ -23,7 +23,8 @@ USE_XLIB= yes USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --program-transform-name="s/x/x/" +CONFIGURE_ARGS= --program-transform-name="s/x/x/" --with-ungif=${LOCALBASE} \ + --with-jpeg --with-png --with-tiff --with-mpeg2enc INSTALLS_SHLIB= yes post-patch: |