cb333cf1ec
- Do not silence installation message - Update dependent ports: - Fix build with swig 4.0.1 - Update *_DEPENDS - Remove BINARY_ALIAS Changes: http://www.swig.org/news.php PR: 246613 Exp-run by: antoine
29 lines
676 B
Makefile
29 lines
676 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= geos
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= https://git.osgeo.org/gogs/geos/php-geos/archive/ \
|
|
LOCAL/sunpoet/${PKGNAMEPREFIX}${PORTNAME}
|
|
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}
|
|
DISTNAME= ${DISTVERSION}
|
|
DIST_SUBDIR= php-${PORTNAME}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= PHP bindings for GEOS
|
|
|
|
LICENSE= LGPL21 MIT
|
|
LICENSE_COMB= multi
|
|
LICENSE_FILE_LGPL21= ${WRKSRC}/LGPL-2
|
|
LICENSE_FILE_MIT= ${WRKSRC}/MIT-LICENSE
|
|
|
|
BUILD_DEPENDS= swig:devel/swig
|
|
LIB_DEPENDS= libgeos_c.so:graphics/geos
|
|
|
|
USES= localbase:ldflags php:ext
|
|
|
|
WRKSRC= ${WRKDIR}/php-${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|