freebsd-ports/converters/php5-bsdconv/Makefile
Beat Gaetzi 530602bc82 - Update to 3.3
- Fix installation with custom PREFIX

PR:		ports/138750
Submitted by:	Kuan-Chung Chiu <buganini AT gmail.com> (maintainer)
Feature safe:	yes
2009-09-15 13:05:40 +00:00

29 lines
643 B
Makefile

# Ports collection makefile for: php5-bsdconv
# Date created: 23 May 2009
# Whom: buganini@gmail.com
#
# $FreeBSD$
#
PORTNAME= bsdconv
PORTVERSION= 3.3
CATEGORIES= converters
MASTER_SITES= http://security-hole.info/distfile/
PKGNAMEPREFIX= php5-
DISTNAME= buganini-bsdconv-a500cb452f12d583fd545dc901dfca89c84b987e
MAINTAINER= buganini@gmail.com
COMMENT= PHP wrapper for bsdconv
LIB_DEPENDS= bsdconv.3:${PORTSDIR}/converters/bsdconv
USE_PHP= yes
USE_PHPIZE= yes
USE_PHP_BUILD= yes
USE_PHPEXT= yes
PHP_MODNAME= bsdconv
CONFIGURE_ARGS+=--with-bsdconv=${LOCALBASE}
WRKSRC= ${WRKDIR}/${DISTNAME}/wrapper/php
.include <bsd.port.mk>