1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

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>
This commit is contained in:
Bill Fumerola 1999-06-16 13:32:18 +00:00
parent 3630e91b8c
commit 9f0ed2b79e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19497
5 changed files with 42 additions and 0 deletions

23
graphics/libwmf/Makefile Normal file
View File

@ -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>

1
graphics/libwmf/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (libwmf-0.1.10.tar.gz) = 8ecaa54a1b827c6f76ec8d921ce46446

View File

@ -0,0 +1 @@
A library of image format handlers

View File

@ -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.

13
graphics/libwmf/pkg-plist Normal file
View File

@ -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