mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
24 lines
492 B
Makefile
24 lines
492 B
Makefile
# New ports collection makefile for: libwmf
|
|
# Version required: 0.1.16
|
|
# Date Created: 22 May 1999
|
|
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= libwmf-0.1.16
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.csn.ul.ie/~caolan/publink/libwmf/
|
|
|
|
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>
|