# New ports collection makefile for: qmail-conf # Date created: 8 April 2003 # Whom: roam@FreeBSD.org # # $FreeBSD$ # PORTNAME= qmail-conf PORTVERSION= 0.60 PORTREVISION= 1 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 ALL_TARGET= it INSTALL_TARGET= setup check NO_PACKAGE= "borrows code from djbdns, thus falls under the same restrictions as dns/djbdns" # Note: this MUST be the same as the directory qmail is installed in! QMAIL_DIR?= /var/qmail PREFIX?= ${QMAIL_DIR} NO_MTREE= yes DJBDNS_VER= 1.05 DJBDNS_NAME= djbdns-${DJBDNS_VER} DJBDNS_DIST= ${DJBDNS_NAME}${EXTRACT_SUFX} post-extract: @(cd ${WRKSRC} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${DJBDNS_DIST} ${EXTRACT_AFTER_ARGS}) post-patch: @${ECHO_CMD} "${QMAIL_DIR}" > ${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 > FreeBSD graphics obsolete development ports (https://github.com/freebsd/freebsd-ports-graphics)
aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python30
Commit message (Expand)AuthorAgeFilesLines
* IGNORE this port for a while. Some 2.5.a0 snapshot will be availableperky2004-12-011-1/+3
* - Update python-devel to 2.4c1perky2004-11-212-3/+3
* farewell to libxpg4.sf2004-11-151-7/+0
* Update -devel to Python-2.4b2.perky2004-11-073-6/+14
* Update to 2.4a3perky2004-09-046-160/+43
* - Add support for FreeBSD 6.perky2004-08-215-14/+667
* - Update to 2.4a2perky2004-08-075-53/+82
* Allow to install and use 3rd party packages in X11BASE.perky2004-07-101-4/+8
* The tarball for Python 2.4a1 is renamed in the site.perky2004-07-101-2/+2
* - Update to 2.4a1, the first alpha release of Python 2.4.perky2004-07-086-37/+89
* More OPTIONS change of UCS2->UCS4 which is missed in previous commit.perky2004-06-281-1/+1
* Test lack of non-default options for CONFIG-unaware environmentsperky2004-06-281-3/+3
* Use OPTIONS.perky2004-05-071-12/+13
* Reduce configure warning.perky2004-04-181-0/+1
* Correct pre-install target to pre-su-install so that the credentialperky2004-03-181-1/+1
* Update to Python development snapshot as of 040311.perky2004-03-113-6/+133
* Create a symbolic link to lib/python2.3.so on lib/python2.3/config/perky2004-03-092-1/+3
* Build and install a shared library and its frontend besides static oneperky2004-03-082-19/+51
* Fix plist.perky2004-01-091-0/+1
* Add missed deltas on 2.4 040106 update.perky2004-01-092-7/+23
* Update python-devel to 2.4 20040106 snapshot.perky2004-01-091-2/+5
* Add WWW.demon2003-12-041-0/+2
* Ignore syntax errors on compiling 3rd party packages.perky2003-11-161-0/+16
* - Include pyexpat module in python base ports because python incorporatedperky2003-11-053-1/+3
* - Update lang/python-devel to Python-2.4 031022 snapshot.perky2003-10-306-35/+68
* Don't use PYTHON_DISTFILE as well as PYTHON_WRKSRC on lang/python* portsperky2003-10-221-2/+2
* BUILD_STATIC by default as lang/python does.perky2003-08-231-1/+2
* Update to 2.4a0 snapshot of 1 Aug 2003perky2003-08-013-10/+10
* Update to 2.3c1perky2003-07-195-21/+13
* o Utilize MASTER_SITE_PYTHON.perky2003-07-043-19/+33
* Update new python-devel port to 2.3.b2.perky2003-07-03