16 lines
376 B
Makefile
16 lines
376 B
Makefile
# Created by: Adam Weinberger <adamw@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 2
|
|
PKGNAMESUFFIX= -lite
|
|
|
|
COMMENT= GNOME 3 multi-format document viewer without the GNOME dependancies
|
|
|
|
OPTIONS_EXCLUDE= NAUTILUS
|
|
|
|
MASTERDIR= ${.CURDIR}/../../graphics/evince
|
|
SLAVEPORT= lite
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
.include "${MASTERDIR}/Makefile"
|