diff options
author | mat <mat@FreeBSD.org> | 2015-05-19 01:07:45 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-05-19 01:07:45 +0800 |
commit | 2574893f2308874906f621f7c7435d7f8d5b2e33 (patch) | |
tree | 912fc46258efb2d48bb6aedc0d0b7102da00f29c /databases/pgrouting/Makefile | |
parent | 03e238719c2d43ed160b7409281f5f7295a8710a (diff) | |
download | freebsd-ports-gnome-2574893f2308874906f621f7c7435d7f8d5b2e33.tar.gz freebsd-ports-gnome-2574893f2308874906f621f7c7435d7f8d5b2e33.tar.zst freebsd-ports-gnome-2574893f2308874906f621f7c7435d7f8d5b2e33.zip |
Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'databases/pgrouting/Makefile')
-rw-r--r-- | databases/pgrouting/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/pgrouting/Makefile b/databases/pgrouting/Makefile index cdc09c6fb8ba..90600165b13c 100644 --- a/databases/pgrouting/Makefile +++ b/databases/pgrouting/Makefile @@ -3,10 +3,9 @@ PORTNAME= pgrouting PORTVERSION= 2.0.0 +DISTVERSIONPREFIX= v PORTREVISION= 3 CATEGORIES= databases geography -MASTER_SITES= https://github.com/pgRouting/${PORTNAME}/archive/ -DISTFILES= v${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= coder@tuxfamily.org COMMENT= Extension to PostGIS to provide geospatial routing functionality @@ -20,6 +19,8 @@ RUN_DEPENDS= ${LOCALBASE}/share/postgresql/contrib/postgis-2.1/postgis.sql:${POR USES= compiler:features cmake pgsql pkgconfig USE_LDCONFIG= yes +USE_GITHUB= yes +GH_ACCOUNT= pgRouting CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |