1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/lang/munger/Makefile
Thomas Abthorpe d073128ea7 - Update to 4.180
PR:		ports/150513
Submitted by:	James Bailie <jimmy mammothcheese.ca> (maintainer)
2010-09-16 16:25:33 +00:00

39 lines
799 B
Makefile

# New ports collection makefile for: munger
# Date created: Thu, 03 Jul 2003 20:05:06 EDT
# Whom: James Bailie <jimmy@mammothcheese.ca>
#
# $FreeBSD$
#
PORTNAME= munger
PORTVERSION= 4.180
CATEGORIES= lang
MASTER_SITES= http://www.mammothcheese.ca/
MAINTAINER= jimmy@mammothcheese.ca
COMMENT= Static lisp interpreter with text processing abilities
LIB_DEPENDS= tre.5:${PORTSDIR}/textproc/libtre
DATADIR= ${PREFIX}/share/${PORTNAME}-${PORTVERSION}
MAN1= munger.1
MANCOMPRESSED= yes
OPTIONS= SQL "include SQLite interface" on
USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_SQL)
USE_SQLITE= 3
MAKE_ARGS+= -DWITH_SQL
.endif
.if ${ARCH} == "sparc64"
BROKEN= Does not link on sparc64
.endif
.include <bsd.port.post.mk>