blob: 30bd799550cb6aa17251ba1772cb27da3bfd5e99 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# New ports collection makefile for: dtc-toaster
# Date created: 20 November 2006
# Whom: Marc G. Fournier <scrappy@freebsd.org>
#
# $FreeBSD$
#
PORTREVISION= 5
PKGNAMESUFFIX= -toaster
MAINTAINER= scrappy@freebsd.org
BROKEN= Conflicting MySQL dependencies
DEPRECATED= Has been broken for more than 6 months
EXPIRATION_DATE=2008-09-19
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= ${.CURDIR}/pkg-descr
MASTERDIR= ${.CURDIR}/../dtc
.include "${MASTERDIR}/Makefile"
|