diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-06-16 13:32:18 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-06-16 13:32:18 +0000 |
commit | 9f0ed2b79eb15d506f67231eff239b8ae2e2fe52 (patch) | |
tree | 2a2c56f7e76c664a8f3771636840efe6ebccb994 /graphics | |
parent | Update and bug-fix by pathes contained in reply-mails of 11599 (diff) |
This is an image format handler. It handles the following image
formats:
bmp, gif, png, jpeg, tiff, xpm, xbm, and postscript.
PR: ports/11858
Submitted By: Chris Piazza <cpiazza@home.net>
Notes
Notes:
svn path=/head/; revision=19497
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libwmf/Makefile | 23 | ||||
-rw-r--r-- | graphics/libwmf/distinfo | 1 | ||||
-rw-r--r-- | graphics/libwmf/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/libwmf/pkg-descr | 4 | ||||
-rw-r--r-- | graphics/libwmf/pkg-plist | 13 |
5 files changed, 42 insertions, 0 deletions
diff --git a/graphics/libwmf/Makefile b/graphics/libwmf/Makefile new file mode 100644 index 000000000000..c6b452df23e3 --- /dev/null +++ b/graphics/libwmf/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: libwmf +# Version required: 0.1.10 +# Date Created: 22 May 1999 +# Whom: Chris Piazza <cpiazza@home.net> +# +# $Id$ +# + +DISTNAME= libwmf-0.1.10 +CATEGORIES= graphics +MASTER_SITES= http://www.csn.ul.ie/~caolan/publink/libwmf/ + +MAINTAINER= cpiazza@home.net + +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ + ttf.3:${PORTSDIR}/print/freetype + +WRKSRC= ${WRKDIR}/libwmf + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-ttf=${LOCALBASE} + +.include <bsd.port.mk> diff --git a/graphics/libwmf/distinfo b/graphics/libwmf/distinfo new file mode 100644 index 000000000000..79cba24c1c4d --- /dev/null +++ b/graphics/libwmf/distinfo @@ -0,0 +1 @@ +MD5 (libwmf-0.1.10.tar.gz) = 8ecaa54a1b827c6f76ec8d921ce46446 diff --git a/graphics/libwmf/pkg-comment b/graphics/libwmf/pkg-comment new file mode 100644 index 000000000000..2fbfc5351414 --- /dev/null +++ b/graphics/libwmf/pkg-comment @@ -0,0 +1 @@ +A library of image format handlers diff --git a/graphics/libwmf/pkg-descr b/graphics/libwmf/pkg-descr new file mode 100644 index 000000000000..0d903baf8824 --- /dev/null +++ b/graphics/libwmf/pkg-descr @@ -0,0 +1,4 @@ +This is an image format handler. It handles the following image +formats: + +bmp, gif, png, jpeg, tiff, xpm, xbm, and postscript. diff --git a/graphics/libwmf/pkg-plist b/graphics/libwmf/pkg-plist new file mode 100644 index 000000000000..c667447a1fde --- /dev/null +++ b/graphics/libwmf/pkg-plist @@ -0,0 +1,13 @@ +bin/xwmf +bin/wmftogif +include/dibtoxpm.h +include/xgd.h +include/xgdttf.h +include/wmfapi.h +include/gdwmfapi.h +include/Xwmfapi.h +lib/libdib.a +lib/libxgd.a +lib/libwmf.a +lib/libgdwmf.a +lib/libXwmf.a |