2006-07-12 21:29:28 +02:00
|
|
|
# New ports collection makefile for: exml
|
|
|
|
# Date created: 09 July 2006
|
|
|
|
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= exml
|
2007-03-11 09:51:14 +01:00
|
|
|
PORTVERSION= 20070223
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 1
|
2006-07-12 21:29:28 +02:00
|
|
|
CATEGORIES= textproc
|
2007-03-11 09:51:14 +01:00
|
|
|
MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/
|
2006-07-12 21:29:28 +02:00
|
|
|
|
2006-10-08 15:48:37 +02:00
|
|
|
MAINTAINER= stas@FreeBSD.org
|
2006-07-12 21:29:28 +02:00
|
|
|
COMMENT= EXML is an abstracted, generalized interface to libxml
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_BZIP2= yes
|
2006-10-08 15:48:37 +02:00
|
|
|
USE_GNOME= libxml2 libxslt gnomehack gnometarget pkgconfig
|
|
|
|
USE_EFL= ecore
|
|
|
|
USE_LDCONFIG= yes
|
2006-07-12 21:29:28 +02:00
|
|
|
|
2007-03-24 15:03:59 +01:00
|
|
|
.include <bsd.port.mk>
|