mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
11 lines
153 B
Makefile
11 lines
153 B
Makefile
# Created by: krion
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -sqlite
|
|
MASTERDIR= ${.CURDIR}/../exim
|
|
|
|
WITH_SQLITE= yes
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|