60d1a83c2a
- Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
34 lines
971 B
Makefile
34 lines
971 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= qmail
|
|
PORTVERSION= ${QMAIL_VERSION}.${SPAMCONTROL_VERSION}
|
|
PORTREVISION= 1
|
|
CATEGORIES= mail
|
|
MASTER_SITES+= http://www.fehcom.de/qmail/spamcontrol/:spamcontrol \
|
|
LOCAL/bdrewery/qmail/:spamcontrol
|
|
PKGNAMESUFFIX= -spamcontrol
|
|
DISTFILES= ${QMAIL_DIST} ${SPAMCONTROL_DIST}:spamcontrol
|
|
EXTRACT_ONLY= ${QMAIL_DIST}
|
|
|
|
COMMENT= Qmail MTA with SpamControl patches
|
|
|
|
CONFLICTS= *qmail-[0-9]* qmail-ldap-[0-9]* *qmail-mysql-[0-9]* *qmail-tls-[0-9]*
|
|
|
|
EXTRA_PATCHES+= ${MASTERDIR}/files/patch-install.c \
|
|
${MASTERDIR}/files/patch-Makefile \
|
|
${MASTERDIR}/files/patch-auto_uids-c-dist
|
|
|
|
# Distfiles
|
|
QMAIL_DIST= ${PORTNAME}-${QMAIL_VERSION}${EXTRACT_SUFX}
|
|
SPAMCONTROL_DIST= spamcontrol-${SPAMCONTROL_VERSION}.tgz
|
|
SPAMCONTROL_VERSION= 2731
|
|
LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}
|
|
|
|
SLAVE_SPAMCONTROL= yes
|
|
|
|
# Local overrides
|
|
MASTERDIR= ${.CURDIR}/../qmail
|
|
PATCHDIR= ${.CURDIR}/files
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
.include "${MASTERDIR}/Makefile"
|