freebsd-ports/devel/php-libawl/Makefile
Stefan Walter f742683ea9 Patch a bug in php-libawl that prevents iCal to display any calendar entries.
PR:		155120
Submitted by:	Matthias Fechner <idefix@fechner.net>
Approved by:	maintainer
2011-09-01 11:59:44 +00:00

37 lines
922 B
Makefile

# New ports collection Makefile for: php-libawl
# Date created: 28 Jan 2009
# Whom: Cristiano Rolim Pereira <cristianorolim@hotmail.com>
# $FreeBSD$
PORTNAME= php-libawl
PORTVERSION= 0.46
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://debian.mcmillan.net.nz/packages/awl/ \
SF/rscds/awl/${PORTVERSION}
DISTNAME= awl-${PORTVERSION}
MAINTAINER= cristianorolim@hotmail.com
COMMENT= Andrew.s Web Libraries - PHP Utility Libraries
WRKSRC= ${WRKDIR}/awl-${PORTVERSION}
.if !defined(WITHOUT_PHP_DEPENDS)
USE_PHP= YES
.endif
NO_BUILD= YES
LIBAWLDIR?= share/awl
PLIST_SUB+= LIBAWLDIR=${LIBAWLDIR}
pre-everything::
@${ECHO_CMD} "# you can customize the installation directory"
@${ECHO_CMD} "# by setting LIBAWLDIR in /etc/make.conf"
post-patch:
${RM} -f ${WRKSRC}/inc/*.orig
do-install:
${MKDIR} ${PREFIX}/${LIBAWLDIR}/
cd ${WRKSRC} && ${CP} -pR dba inc ${PREFIX}/${LIBAWLDIR}/
.include <bsd.port.mk>