1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/graphics/libwmf/Makefile
Steve Price da89f2c264 Fix ${PREFIX}/include files that have bad nested includes.
PR:		19682
Submitted by:	Alec Wolman <wolman@cs.washington.edu>
2000-07-07 18:39:50 +00:00

32 lines
688 B
Makefile

# New ports collection makefile for: libwmf
# Date Created: 22 May 1999
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
# $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 \
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>