This is a separate commit to facilitate easier cherry-picking for quarterly. PR: 262853, 262940, 262877, 263126 Approved by: fluffy (mentor)
13 lines
268 B
Makefile
13 lines
268 B
Makefile
# Created by: Adam Weinberger <adamw@FreeBSD.org>
|
|
|
|
PORTREVISION= 2
|
|
PKGNAMESUFFIX= -lite
|
|
|
|
OPTIONS_EXCLUDE= CAJA DBUS
|
|
|
|
MASTERDIR= ${.CURDIR}/../../graphics/atril
|
|
SLAVEPORT= lite
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
.include "${MASTERDIR}/Makefile"
|