summaryrefslogtreecommitdiffstats
path: root/devel/php-libawl/Makefile
blob: f024981d02d6b74c038871e5cb1e8f0b29d68a9e (plain)
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
34
35
36
37
38
# Created by: Cristiano Rolim Pereira <cristianorolim@hotmail.com>
# $FreeBSD$

PORTNAME=	php-libawl
PORTVERSION=	0.54
CATEGORIES=	devel
MASTER_SITES=	http://debian.mcmillan.net.nz/debian/pool/awm/a/awl/
DISTNAME=	awl-${PORTVERSION}

MAINTAINER=	cristianorolim@outlook.com
COMMENT=	Andrew.s Web Libraries - PHP Utility Libraries

WRKSRC=		${WRKDIR}/awl-${PORTVERSION}

OPTIONS_DEFINE=	PHP
OPTIONS_DEFAULT=	PHP

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MPHP}
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} ${STAGEDIR}${PREFIX}/${LIBAWLDIR}
	cd ${WRKSRC} && ${CP} -pR dba inc ${STAGEDIR}${PREFIX}/${LIBAWLDIR}/

.include <bsd.port.mk>
OpenPOWER on IntegriCloud