1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/graphics/libwmf/Makefile

24 lines
492 B
Makefile
Raw Normal View History

# New ports collection makefile for: libwmf
# Version required: 0.1.10
# Date Created: 22 May 1999
1999-06-20 07:21:30 +00:00
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
1999-08-25 06:16:32 +00:00
# $FreeBSD$
#
1999-08-25 01:37:12 +00:00
DISTNAME= libwmf-0.1.14
CATEGORIES= graphics
MASTER_SITES= http://www.csn.ul.ie/~caolan/publink/libwmf/
1999-06-20 07:21:30 +00:00
MAINTAINER= cpiazza@FreeBSD.org
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>