openbsd-ports/www/ezpublish/Makefile
bernd 7a2f8e8f8e Initial import of ezpublish-4.0.0.
eZ Publish is a professional PHP application framework with advanced CMS
(content management system) functionality. As a CMS it's most notable
feature is its revolutionary, fully customizable and extendable content
model. This is also what makes it suitable as a platform for general PHP
development, allowing you to develop professional Internet applications fast.

Standard CMS functionality, like news publishing, e-commerce and forums is
already implemented and ready for you to use. Its stand-alone libraries can
be used for cross-platform, database independent PHP projects.

eZ Publish is database, platform and browser independent.
2008-06-17 21:52:04 +00:00

41 lines
940 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2008/06/17 21:52:04 bernd Exp $
COMMENT = professional PHP application framework
VERSION = 4.0.0
DISTNAME = ezpublish-${VERSION}-gpl
PKGNAME = ezpublish-${VERSION}
CATEGORIES = www
HOMEPAGE = http://ez.no/
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = ${HOMEPAGE}content/download/218811/1467956/file/
EXTRACT_SUFX = .tar.bz2
RUN_DEPENDS = :php5-gd-*:www/php5/extensions,-gd \
:php5-mbstring-*:www/php5/extensions,-mbstring
NO_BUILD = Yes
NO_REGRESS = Yes
PKG_ARCH = *
PREFIX = /var/www
INSTDIR = ${PREFIX}/ezpublish
SUBST_VARS = INSTDIR
WRKDIST = ${WRKDIR}/ezpublish-${VERSION}
do-install:
${INSTALL_DATA_DIR} ${INSTDIR}
cd ${WRKSRC} && ${TAR} -cf - . | ${TAR} -C ${INSTDIR} -xf -
find ${INSTDIR} -name '*.orig' -type f | xargs -r rm -f
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${INSTDIR}
.include <bsd.port.mk>