mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
14 lines
221 B
Makefile
14 lines
221 B
Makefile
# 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"
|