freebsd-ports/devel/entity/Makefile

40 lines
857 B
Makefile
Raw Normal View History

# New ports collection makefile for: entity
# Date created: 15 June 2000
# Whom: Jesse McConnell <jesse@cylant.com>
#
# $FreeBSD$
#
PORTNAME= entity
PORTVERSION= 0.7.2
PORTREVISION= 4
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Old%20Entity%20Versions
MAINTAINER= ports@FreeBSD.org
2003-02-21 12:23:04 +01:00
COMMENT= A really rapid XML-based application development system
LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre
RUN_DEPENDS= python:${PORTSDIR}/lang/python
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-tcl=no
2010-12-04 08:34:27 +01:00
USE_AUTOTOOLS= libtool
USE_GMAKE= yes
USE_GNOME= gtk12
USE_LDCONFIG= ${PREFIX}/lib/entity/clib
USE_PERL5= yes
MAKE_JOBS_UNSAFE= yes
MAN1= entity.1
2007-05-27 05:03:31 +02:00
.include <bsd.port.pre.mk>
post-install:
${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
2007-05-27 05:03:31 +02:00
.include <bsd.port.post.mk>