freebsd-ports/devel/entity/Makefile
Peter Pentchev 4c05bcfac5 Update to use Python.
PR:		27837
Submitted by:	maintainer
2001-06-27 13:53:02 +00:00

33 lines
718 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
CATEGORIES= devel
MASTER_SITES= http://www.entity.cx/Download/files/all-versions/
MAINTAINER= jesse_mcconnell@hotmail.com
LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre
RUN_DEPENDS= python:${PORTSDIR}/lang/python
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-tcl=no
USE_GMAKE= yes
USE_GTK= yes
INSTALLS_SHLIB= yes
MAN1= entity.1
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>