1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/mail/qmail-ldap/Makefile
Mario Sergio Fujikawa Ferreira f2194d5627 qmail's license terms regarding precompiled distribution
does not seem to allow packaging this port. Add NO_PACKAGE
with appropriate information.

Submitted by:	knu
2000-11-25 16:57:29 +00:00

46 lines
1.0 KiB
Makefile

# New ports collection makefile for: qmail-ldap
# Date created: 21 May 2000
# Whom: Mario S F Ferreira <lioux@linf.unb.br> et al.
#
# $FreeBSD$
#
PORTNAME= qmail
PORTVERSION= ${QMAIL_VERSION}.${LDAP_PATCH_DATE}
CATEGORIES= mail
PKGNAMESUFFIX= -ldap
PATCH_SITES= http://www.nrg4u.com/qmail/
PATCHFILES= qmail-ldap-1.03-${LDAP_PATCH_DATE}.patch.gz
MAINTAINER= lioux@FreeBSD.org
LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap
NO_PACKAGE= Unsure of djb\'s packaging license
.if !defined(PRE_MK_INCLUDED)
.include <bsd.port.pre.mk>
.endif
#PREFIX= /var/qmail-ldap
DOCFILES+= ${WRKSRC}/QLDAPINSTALL ${WRKSRC}/QLDAPNEWS \
${WRKSRC}/QLDAPTODO ${WRKSRC}/QLDAPPICTURE \
${WRKSRC}/ANTISPAM
LDAP_PATCH_DATE= 20000701
# Local overrides
MASTERDIR= ${PORTSDIR}/mail/qmail
#MASTERDIR= ${.CURDIR}/../qmail
PATCHDIR= ${.CURDIR}/files
PKGDIR_LOCAL= ${.CURDIR}
DESCR= ${PKGDIR_LOCAL}/pkg-descr
PLIST= ${PKGDIR_LOCAL}/pkg-plist
PKGMESSAGE= ${PKGDIR_LOCAL}/pkg-message
PRE_MK_INCLUDED= yes
.include "${MASTERDIR}/Makefile"