blob: f91b726e046b6811a36272b2c0684ea263112e5d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
# 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= 5
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Old%20Entity%20Versions
MAINTAINER= ports@FreeBSD.org
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
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
.include <bsd.port.pre.mk>
post-install:
${MKDIR} ${PREFIX}/share/entity
cd ${WRKSRC}/apps && ${PAX} -r -w `${LS} | \
${GREP} -v Makefile` ${PREFIX}/share/entity
.include <bsd.port.post.mk>
|