d00f8a61b2
Approved by: garga (mentor, implicit)
16 lines
313 B
Makefile
16 lines
313 B
Makefile
# Ports collection makefile for: db42-nocrypto
|
|
# Date created: 2004-01-04
|
|
# Whom: matthias.andree@gmx.de
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -nocrypto
|
|
DISTNAME= db-${PORTVERSION}.NC
|
|
|
|
MAINTAINER= mandree@FreeBSD.org
|
|
|
|
MASTERDIR= ${.CURDIR}/../db42
|
|
MD5_FILE= ${.CURDIR}/distinfo
|
|
|
|
.include "${MASTERDIR}/Makefile"
|