mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
38d1617d85
PR: ports/48225 Submitted by: matthias.andree@web.de
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"
|