freebsd-ports/lang/munger/Makefile
Thomas Abthorpe 9704c534e9 - Update to 4.147
- FreeBSD 7.0 has a new malloc() which does not understand the same
  values for MALLOC_OPTIONS as the old malloc().

PR:		ports/121277
Submitted by:	James Bailie <jimmy mammothcheese.ca> (maintainer)
2008-03-03 04:19:50 +00:00

30 lines
664 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.147
CATEGORIES= lang
MASTER_SITES= http://www.mammothcheese.ca/
MAINTAINER= jimmy@mammothcheese.ca
COMMENT= Static lisp interpreter with text processing abilities
DATADIR= ${PREFIX}/share/${PORTNAME}-${PORTVERSION}
MAN1= munger.1 minimunger.1
MANCOMPRESSED= yes
OPTIONS= SQL "include SQLite interface" on
USE_LDCONFIG= yes
.if !defined(WITHOUT_SQL)
USE_SQLITE= 3
MAKE_ARGS+= -DWITH_SQL
.endif
.include <bsd.port.mk>