15 lines
280 B
Makefile
15 lines
280 B
Makefile
|
# Ports collection makefile for: db41-nocrypto
|
||
|
# Date created: 2003-02-13
|
||
|
# Whom: matthias.andree@web.de
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PKGNAMESUFFIX= -nocrypto
|
||
|
DISTNAME= db-${PORTVERSION}.NC
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../db41
|
||
|
MD5_FILE= ${.CURDIR}/distinfo
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|