12 lines
244 B
Makefile
12 lines
244 B
Makefile
# Created by: Matthias Andree <matthias.andree@gmx.de>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -nocrypto
|
|
DISTNAME= db-${PORTVERSION}.NC
|
|
|
|
MASTERDIR= ${.CURDIR}/../db41
|
|
DISTINFO_FILE= ${.CURDIR}/distinfo
|
|
|
|
CONFLICTS= db41-4*
|
|
|
|
.include "${MASTERDIR}/Makefile"
|