aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/apvlv
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2015-09-05 00:02:16 +0800
committermat <mat@FreeBSD.org>2015-09-05 00:02:16 +0800
commitd4128f24283cd93f0120d4a58ec7114798bf4877 (patch)
tree2d206dd00b752621c542c0b063bec6c9471a3355 /graphics/apvlv
parent8b9dfbc45e47a8dc3875beb7d9bacb1046409221 (diff)
downloadfreebsd-ports-gnome-d4128f24283cd93f0120d4a58ec7114798bf4877.tar.gz
freebsd-ports-gnome-d4128f24283cd93f0120d4a58ec7114798bf4877.tar.zst
freebsd-ports-gnome-d4128f24283cd93f0120d4a58ec7114798bf4877.zip
Convert most ports using cloud.github.com to GHC.
Convert a couple to github, and use some options helpers on the way. Sponsored by: Absolight
Diffstat (limited to 'graphics/apvlv')
-rw-r--r--graphics/apvlv/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/apvlv/Makefile b/graphics/apvlv/Makefile
index 6f3a2e988e90..44836e4b980c 100644
--- a/graphics/apvlv/Makefile
+++ b/graphics/apvlv/Makefile
@@ -5,7 +5,7 @@ PORTNAME= apvlv
PORTVERSION= 0.1.4
PORTREVISION= 6
CATEGORIES= graphics
-MASTER_SITES= http://cloud.github.com/downloads/naihe2010/apvlv/
+MASTER_SITES= GHC
DISTNAME= ${PORTNAME}-${PORTVERSION}-Source
MAINTAINER= xors@mailup.net
@@ -17,6 +17,8 @@ LIB_DEPENDS= libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib
USE_GNOME= gtk20
USES= cmake pkgconfig
+USE_GITHUB= yes
+GH_ACCOUNT= naihe2010
CMAKE_ARGS+= -DSYSCONFDIR=${PREFIX}/etc \
-DMANDIR=${MANPREFIX}/man \
-DDOCDIR=${DOCSDIR} \