1999-06-16 13:32:18 +00:00
|
|
|
# New ports collection makefile for: libwmf
|
|
|
|
# Date Created: 22 May 1999
|
1999-06-20 07:21:30 +00:00
|
|
|
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
|
1999-06-16 13:32:18 +00:00
|
|
|
#
|
1999-08-25 06:16:32 +00:00
|
|
|
# $FreeBSD$
|
1999-06-16 13:32:18 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 10:48:02 +00:00
|
|
|
PORTNAME= libwmf
|
|
|
|
PORTVERSION= 0.1.16
|
1999-06-16 13:32:18 +00:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= http://www.csn.ul.ie/~caolan/publink/libwmf/
|
|
|
|
|
1999-06-20 07:21:30 +00:00
|
|
|
MAINTAINER= cpiazza@FreeBSD.org
|
1999-06-16 13:32:18 +00:00
|
|
|
|
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
|
1999-11-25 03:41:57 +00:00
|
|
|
ttf.4:${PORTSDIR}/print/freetype
|
1999-06-16 13:32:18 +00:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/libwmf
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --with-ttf=${LOCALBASE}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|