blob: 92c02323ac3c538909f0140545b3fe3b167609bc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# 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.151
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>
|