14 lines
259 B
Makefile
14 lines
259 B
Makefile
# Created by: matthias.andree@gmx.de
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -nocrypto
|
|
DISTNAME= db-${PORTVERSION}.NC
|
|
|
|
MAINTAINER= mandree@FreeBSD.org
|
|
|
|
MASTERDIR= ${.CURDIR}/../db42
|
|
DISTINFO_FILE= ${.CURDIR}/distinfo
|
|
|
|
CONFLICTS= db42-4*
|
|
|
|
.include "${MASTERDIR}/Makefile"
|