1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/graphics/evince-lite/Makefile
Koop Mast 951c1f5d1c The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.
The offical GNOME 3.28 release notes can be found at
https://help.gnome.org/misc/release-notes/3.28/

Thanks to Antoine Brodin for running the exp-runs.

PR:		229761
2018-09-30 11:58:29 +00:00

19 lines
405 B
Makefile

# Created by: Adam Weinberger <adamw@FreeBSD.org>
# $FreeBSD$
PKGNAMESUFFIX= -lite
COMMENT= GNOME 3 multi-format document viewer without the GNOME dependencies
OPTIONS_EXCLUDE= NAUTILUS DBUS
MASTERDIR= ${.CURDIR}/../../graphics/evince
SLAVEPORT= lite
DESCR= ${.CURDIR}/pkg-descr
PLIST= ${.CURDIR}/pkg-plist
post-install:
${RM} -r ${STAGEDIR}${PREFIX}/lib/systemd
.include "${MASTERDIR}/Makefile"