2005-11-08 20:15:12 +01:00
|
|
|
# New ports collection makefile for: wbxml
|
|
|
|
# Date created: Nov 04, 2005
|
|
|
|
# Whom: Clemens Zauner <czauner+ports@onlineloop.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= wbxml2
|
2010-05-09 13:22:54 +02:00
|
|
|
PORTVERSION= 0.10.8
|
2005-11-08 20:15:12 +01:00
|
|
|
CATEGORIES= textproc devel
|
2009-08-22 02:37:17 +02:00
|
|
|
MASTER_SITES= SF/libwbxml/libwbxml/${PORTVERSION}
|
2009-01-19 02:14:51 +01:00
|
|
|
DISTNAME= libwbxml-${PORTVERSION}
|
2005-11-08 20:15:12 +01:00
|
|
|
|
2010-09-22 23:21:25 +02:00
|
|
|
MAINTAINER= flo@smeets.im
|
2005-11-08 20:15:12 +01:00
|
|
|
COMMENT= Library & tools for converting wbxml<->xml
|
|
|
|
|
2006-01-31 00:20:05 +01:00
|
|
|
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2
|
2005-11-08 20:15:12 +01:00
|
|
|
|
2009-09-02 18:44:02 +02:00
|
|
|
WRKSRC= ${WRKDIR}/libwbxml-${PORTVERSION}
|
|
|
|
CONFIGURE_WRKSRC= ${WRKDIR}/libwbxml-${PORTVERSION}/build
|
|
|
|
BUILD_WRKSRC= ${CONFIGURE_WRKSRC}
|
|
|
|
INSTALL_WRKSRC= ${CONFIGURE_WRKSRC}
|
2009-01-19 02:14:51 +01:00
|
|
|
|
2009-09-02 18:44:02 +02:00
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_CMAKE= yes
|
|
|
|
CMAKE_SOURCE_PATH= ..
|
|
|
|
USE_LDCONFIG= yes
|
2009-01-19 02:14:51 +01:00
|
|
|
|
2009-09-02 18:44:02 +02:00
|
|
|
DOCSDIR= ${PREFIX}/share/doc/libwbxml
|
2009-01-19 02:14:51 +01:00
|
|
|
|
|
|
|
post-extract:
|
2009-09-02 18:44:02 +02:00
|
|
|
@${MKDIR} ${CONFIGURE_WRKSRC}
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
.for file in AUTHORS BUGS ChangeLog NEWS README References THANKS TODO
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
.endif
|
2005-11-08 20:15:12 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|