blob: d1145ee037ecdb2b0b0b5298e7d2cf1eda7bc2bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# New ports collection makefile for: exim-sqlite
# Date created: 27 Sep 2005
# Whom: krion
#
# $FreeBSD$
#
PKGNAMESUFFIX= -sqlite
MASTERDIR= ${.CURDIR}/../exim
WITH_SQLITE= yes
.include "${MASTERDIR}/Makefile"
|