diff options
author | billf <billf@FreeBSD.org> | 1999-06-16 21:32:18 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-06-16 21:32:18 +0800 |
commit | 07815e550ece69af2f1c98ef54636eba8927577c (patch) | |
tree | 266ddff94108da8b3cd9d6bdd3014cea0b51d97c /graphics | |
parent | d0ac466ac03ca83d3885f08204f266f8fc2d5736 (diff) | |
download | freebsd-ports-gnome-07815e550ece69af2f1c98ef54636eba8927577c.tar.gz freebsd-ports-gnome-07815e550ece69af2f1c98ef54636eba8927577c.tar.zst freebsd-ports-gnome-07815e550ece69af2f1c98ef54636eba8927577c.zip |
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>
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 |