mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
4f1294058e
PR: 20061 Submitted by: Jesse McConnell <jesse@cylant.com>
33 lines
703 B
Makefile
33 lines
703 B
Makefile
# New ports collection makefile for: entity
|
|
# Date created: 15 June 2000
|
|
# Whom: Jesse McConnell <jesse@cylant.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= entity
|
|
PORTVERSION= 0.6.6
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://entity.evilplan.org/Download/files/all-versions/
|
|
|
|
MAINTAINER= jesse@cylant.com
|
|
|
|
LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre
|
|
|
|
PREFIX= ${LOCALBASE}
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --enable-tcl=no \
|
|
--enable-python=no
|
|
USE_GMAKE= yes
|
|
USE_GTK= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
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>
|