2000-10-28 16:03:34 +02:00
|
|
|
# New ports collection makefile for: entity
|
|
|
|
# Date created: 15 June 2000
|
|
|
|
# Whom: Jesse McConnell <jesse@cylant.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= entity
|
2001-04-20 10:27:20 +02:00
|
|
|
PORTVERSION= 0.7.2
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 3
|
2000-10-28 16:03:34 +02:00
|
|
|
CATEGORIES= devel
|
2004-03-22 16:18:20 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2000-10-28 16:03:34 +02:00
|
|
|
|
2003-11-02 03:48:08 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 12:23:04 +01:00
|
|
|
COMMENT= A really rapid XML-based application development system
|
2000-10-28 16:03:34 +02:00
|
|
|
|
|
|
|
LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre
|
2001-06-27 15:53:02 +02:00
|
|
|
RUN_DEPENDS= python:${PORTSDIR}/lang/python
|
2000-10-28 16:03:34 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2001-06-27 15:53:02 +02:00
|
|
|
CONFIGURE_ARGS+= --enable-tcl=no
|
|
|
|
|
2007-02-01 03:42:05 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2000-10-28 16:03:34 +02:00
|
|
|
USE_GMAKE= yes
|
2002-08-30 15:31:52 +02:00
|
|
|
USE_GNOME= gtk12
|
2006-08-15 00:55:18 +02:00
|
|
|
USE_LDCONFIG= yes
|
2000-10-28 16:03:34 +02:00
|
|
|
|
2001-04-20 10:27:20 +02:00
|
|
|
MAN1= entity.1
|
|
|
|
|
2007-05-27 05:03:31 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} >= 700042
|
|
|
|
BROKEN= Broken with gcc 4.2
|
|
|
|
.endif
|
|
|
|
|
2000-10-28 16:03:34 +02:00
|
|
|
post-install:
|
|
|
|
${LDCONFIG} -m ${PREFIX}/lib/entity/clib ${PREFIX}/lib
|
|
|
|
${MKDIR} ${PREFIX}/share/entity
|
2004-01-23 06:28:50 +01:00
|
|
|
cd ${WRKSRC}/apps && ${PAX} -r -w `${LS} | \
|
|
|
|
${GREP} -v Makefile` ${PREFIX}/share/entity
|
2000-10-28 16:03:34 +02:00
|
|
|
|
2007-05-27 05:03:31 +02:00
|
|
|
.include <bsd.port.post.mk>
|