1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/lang/munger/Makefile
Tijl Coosemans ec94e4d5eb Bump more ports that depend on libsqlite3.so:
- ports that set USE_SQLITE with the *_USE option helper
- ports that depend on libsqlite3 indirectly as reported by pkg rquery

Approved by:	portmgr (implicit)
2014-07-05 12:19:32 +00:00

25 lines
525 B
Makefile

# Created by: James Bailie <jimmy@mammothcheese.ca>
# $FreeBSD$
PORTNAME= munger
PORTVERSION= 5.6
PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= http://www.mammothcheese.ca/
MAINTAINER= jimmy@mammothcheese.ca
COMMENT= Static lisp interpreter with text processing abilities
LIB_DEPENDS= libtre.so:${PORTSDIR}/textproc/libtre
DESTDIRNAME= STAGEDIR
DATADIR= ${PREFIX}/share/${PORTNAME}-${PORTVERSION}
OPTIONS_DEFINE= SQLITE
OPTIONS_DEFAULT= SQLITE
SQLITE_USE= SQLITE=3
SQLITE_MAKE_ARGS= -DWITH_SQL
.include <bsd.port.mk>