opnsense-ports/sysutils/gnome_subr/Makefile
Franco Fichtner 6190dcb3a0 */*: sync with upstream
Taken from: HardenedBSD
2018-03-24 15:51:01 +01:00

22 lines
461 B
Makefile

# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org>
# $FreeBSD$
PORTNAME= gnome_subr
PORTVERSION= 1.0
CATEGORIES= sysutils
DISTFILES= # none
MAINTAINER= gnome@FreeBSD.org
COMMENT= Common startup and shutdown subroutines used by GNOME scripts
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${PORTSDIR}/COPYRIGHT
NO_BUILD= yes
NO_ARCH= yes
PLIST_FILES= etc/gnome.subr
do-install:
${INSTALL_DATA} ${FILESDIR}/gnome.subr ${STAGEDIR}${PREFIX}/etc
.include <bsd.port.mk>