2000-10-28 14:03:34 +00:00
|
|
|
# New ports collection makefile for: entity
|
|
|
|
# Date created: 15 June 2000
|
|
|
|
# Whom: Jesse McConnell <jesse@cylant.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= entity
|
2001-04-20 08:27:20 +00:00
|
|
|
PORTVERSION= 0.7.2
|
2000-10-28 14:03:34 +00:00
|
|
|
CATEGORIES= devel
|
2001-06-27 13:53:02 +00:00
|
|
|
MASTER_SITES= http://www.entity.cx/Download/files/all-versions/
|
2000-10-28 14:03:34 +00:00
|
|
|
|
2001-06-27 13:53:02 +00:00
|
|
|
MAINTAINER= jesse_mcconnell@hotmail.com
|
2003-02-21 11:23:04 +00:00
|
|
|
COMMENT= A really rapid XML-based application development system
|
2000-10-28 14:03:34 +00:00
|
|
|
|
|
|
|
LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre
|
2001-06-27 13:53:02 +00:00
|
|
|
RUN_DEPENDS= python:${PORTSDIR}/lang/python
|
2000-10-28 14:03:34 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2001-06-27 13:53:02 +00:00
|
|
|
CONFIGURE_ARGS+= --enable-tcl=no
|
|
|
|
|
2000-10-28 14:03:34 +00:00
|
|
|
USE_GMAKE= yes
|
2002-08-30 13:31:52 +00:00
|
|
|
USE_GNOME= gtk12
|
2000-10-28 14:03:34 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
2001-04-20 08:27:20 +00:00
|
|
|
MAN1= entity.1
|
|
|
|
|
2000-10-28 14:03:34 +00:00
|
|
|
post-install:
|
|
|
|
${LDCONFIG} -m ${PREFIX}/lib/entity/clib ${PREFIX}/lib
|
|
|
|
${MKDIR} ${PREFIX}/share/entity
|
|
|
|
cd ${WRKSRC}/apps && \
|
|
|
|
pax -r -w `ls | ${GREP} -v Makefile` ${PREFIX}/share/entity
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|