freebsd-ports/lang/munger/Makefile
Thomas Abthorpe 8c82b4c85f - Update to 4.194
- Trim header while I am here

PR:		ports/176522
Submitted by:	maintainer
2013-03-20 17:51:26 +00:00

34 lines
658 B
Makefile

# Created by: James Bailie <jimmy@mammothcheese.ca>
# $FreeBSD$
PORTNAME= munger
PORTVERSION= 4.194
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>