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