blob: 196fd501b54ee24e64f2d106b3049c62c66b835c (
plain) (
blame)
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
|
# New ports collection makefile for: apvlv
# Date created: 03 May 2010
# Whom: Ju Pengfei <jupengfei@gmail.com>
#
# $FreeBSD$
#
PORTNAME= apvlv
PORTVERSION= 0.0.9.8
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= GOOGLE_CODE
MAINTAINER= ports@FreeBSD.org
COMMENT= Apvlv is a PDF Viewer Under Linux and its behaviour like Vim
LIB_DEPENDS= poppler-glib.6:${PORTSDIR}/graphics/poppler-gtk
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --with-sysconfdir=${PREFIX}/etc
MAN1= apvlv.1
.include <bsd.port.mk>
|