1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-30 21:49:25 +00:00
freebsd-ports/graphics/libwmf/Makefile

32 lines
688 B
Makefile
Raw Normal View History

# 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-08-25 06:16:32 +00:00
# $FreeBSD$
#
PORTNAME= libwmf
PORTVERSION= 0.1.17
CATEGORIES= graphics
MASTER_SITES= http://www.csn.ul.ie/~caolan/publink/libwmf/
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
png.4:${PORTSDIR}/graphics/png \
1999-11-25 03:41:57 +00:00
ttf.4:${PORTSDIR}/print/freetype
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_XLIB= yes
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype \
-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}"/lib
pre-configure:
(cd ${WRKSRC}; ln -s xgd-1.7.3 xgd)
.include <bsd.port.mk>