32 lines
619 B
Makefile
32 lines
619 B
Makefile
# New ports collection makefile for: dtc-toaster
|
|
# Date created: 20 November 2006
|
|
# Whom: Marc G. Fournier <scrappy@freebsd.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dtc
|
|
PORTREVISION= 2
|
|
CATEGORIES= sysutils
|
|
PKGNAMESUFFIX= -toaster
|
|
|
|
MAINTAINER= scrappy@freebsd.org
|
|
|
|
CONFLICTS= dtc-[0-9]*
|
|
|
|
WITH_WEBALIZER=yes
|
|
WITH_AWSTATS=yes
|
|
WITH_MHONARC=yes
|
|
WITH_MLMMJ=yes
|
|
WITH_PUREFTPD=yes
|
|
WITH_POSTFIX=yes
|
|
WITH_CYRUS_IMAPD=yes
|
|
WITH_APACHE2=yes
|
|
WITH_PHP5=yes
|
|
|
|
DESCR= ${PKGDIR}/pkg-descr
|
|
|
|
MASTERDIR= ${.CURDIR}/../dtc
|
|
|
|
.include "${MASTERDIR}/Makefile"
|
|
|