mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
39 lines
840 B
Makefile
39 lines
840 B
Makefile
# 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= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
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:15
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gtk12
|
|
USE_LDCONFIG= ${PREFIX}/lib/entity/clib
|
|
|
|
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>
|