diff options
author | arved <arved@FreeBSD.org> | 2003-05-09 11:31:57 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-05-09 11:31:57 +0000 |
commit | 3b582d8384f7b0866b1a5531565f2dc2f7323ab5 (patch) | |
tree | febc316d89519db6d25d15aa687fd02ec53b80be /graphics/simage/Makefile | |
parent | 8458a0a34396e5edadbdedc18e85d5ab2ceb265b (diff) | |
download | FreeBSD-ports-3b582d8384f7b0866b1a5531565f2dc2f7323ab5.zip FreeBSD-ports-3b582d8384f7b0866b1a5531565f2dc2f7323ab5.tar.gz |
Update Maintainers emailaddress. Add --with-mpeg2enc to CONFIGURE_ARGS
PR: 48971
Submitted by: maintainer
Diffstat (limited to 'graphics/simage/Makefile')
-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 1edc3d4..3323489 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: |