aboutsummaryrefslogtreecommitdiffstats
path: root/www/typo344/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-05-28 22:59:58 +0800
committerPav Lucistnik <pav@FreeBSD.org>2006-05-28 22:59:58 +0800
commit19c586affc4d95f28a5aec91b822975fc625125d (patch)
treed29791cb31975fc4e216bad0f5ea6b541b24b840 /www/typo344/Makefile
parenta9bc8e09466b57b66678592d9022a1a9318d2e03 (diff)
downloadfreebsd-ports-gnome-19c586affc4d95f28a5aec91b822975fc625125d.tar.gz
freebsd-ports-gnome-19c586affc4d95f28a5aec91b822975fc625125d.tar.zst
freebsd-ports-gnome-19c586affc4d95f28a5aec91b822975fc625125d.zip
- Update to 4.0
- quickstart and testsite editions dropped PR: ports/97954 Submitted by: Thomas Sandford <freebsduser@paradisegreen.co.uk> Approved by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
Diffstat (limited to 'www/typo344/Makefile')
-rw-r--r--www/typo344/Makefile14
1 files changed, 1 insertions, 13 deletions
diff --git a/www/typo344/Makefile b/www/typo344/Makefile
index 5c243912545c..dffd5c56e4fc 100644
--- a/www/typo344/Makefile
+++ b/www/typo344/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= typo3
-PORTVERSION= 3.8.1
-PORTREVISION= 2
+PORTVERSION= 4.0
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -24,20 +23,9 @@ TYPO3DIR= www/${DISTNAME}
SITEDIR?= www/typo3
SITESRC= ${WRKDIR}/${EDITION}-${PORTVERSION}
-.if defined(WITH_EDITION) && (${WITH_EDITION} == "quickstart" || ${WITH_EDITION} == "testsite")
-EDITION= ${WITH_EDITION}
-.else
EDITION= dummy
-.endif
-.if make(makesum)
-DISTFILES+= ${DISTNAME}${EXTRACT_SUFX} \
- dummy-${PORTVERSION}${EXTRACT_SUFX} \
- quickstart-${PORTVERSION}${EXTRACT_SUFX} \
- testsite-${PORTVERSION}${EXTRACT_SUFX}
-.else
DISTFILES+= ${DISTNAME}${EXTRACT_SUFX} ${EDITION}-${PORTVERSION}${EXTRACT_SUFX}
-.endif
OPTIONS= GD "Configure with GDlib/freetype support" off \
ZLIB "Configure with zlib support" off \