# New ports collection makefile for: qmail-conf # Date created: 8 April 2003 # Whom: roam@FreeBSD.org # # $FreeBSD$ # PORTNAME= qmail-conf PORTVERSION= 0.60 PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://www.din.or.jp/~ushijima/qmail-conf/ \ http://cr.yp.to/djbdns/ DISTFILES= ${DISTNAME}.tar.gz \ ${DJBDNS_DIST} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= roam@FreeBSD.org COMMENT= Configure various qmail services to run under daemontools WANT_QMAIL= yes ALL_TARGET= it INSTALL_TARGET= setup check RESTRICTED= "borrows code from djbdns, thus falls under the same restrictions as dns/djbdns" PREFIX?= ${QMAIL_PREFIX} NO_MTREE= yes DJBDNS_VER= 1.05 DJBDNS_NAME= djbdns-${DJBDNS_VER} DJBDNS_DIST= ${DJBDNS_NAME}${EXTRACT_SUFX} .include post-extract: @(cd ${WRKSRC} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${DJBDNS_DIST} ${EXTRACT_AFTER_ARGS}) post-patch: @${ECHO_CMD} "${QMAIL_PREFIX}" > ${WRKSRC}/conf-qmail @${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc @${ECHO_CMD} "${CC} ${CFLAGS} ${STRIP}" > ${WRKSRC}/conf-ld @${ECHO_CMD} "${LOCALBASE}" > ${WRKSRC}/conf-ucspi-tcp pre-build: @(cd ${WRKSRC} && ${MAKE} djbdns=${DJBDNS_NAME} -f Makefile.ini) .include 'hidden' name='showmsg' value='1'/> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* astro/wmsun: "Update" to 1.05 and return to official upstream repositorykai2019-04-231-7/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | While I'm here: * Add license information * Sort variables a bit according to the PHB This was initially a small patch that was meant to update the MASTER_SITES and the WWW field. [1] On further research it came to light that the previous version of astro/wmsun was a fork whose upstream sources are now gone. In the meantime there have been some recent activities regarding Window Maker dockapps and many of those programs were collected, updated and are maintained by the current Window Maker developers. Therefore the intial patch has been extended a bit to point to the new upstream location instead of using a semi-official location that could vanish in near future. [2] At last but not least: The program was renamed from "wmSun" to "wmsun" so there's a bit more churn than usual. https://github.com/window-maker/dockapps/blob/master/wmsun/ChangeLog PR: 235526 Submitted by: Marco Beishuzen (maintainer) [1] Approved by: tcberner (mentor), maintainer [2] Differential Revision: https://reviews.freebsd.org/D19136
* Assign some ports to Marco Beishuizen by his requesttobik2019-02-031-1/+1
| | | | PR: 235381, 235382, 235383, 235384, 235385, 235386
* astro/wmsun: Update to version 1.12bapt2015-04-07