Update sysutils/filelight to version 20.04.0
[dports.git] / sysutils / gnome_subr / Makefile
1 # Created by: Jean-Yves Lefort <jylefort@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       gnome_subr
5 PORTVERSION=    1.0
6 CATEGORIES=     sysutils
7 DISTFILES=      # none
8
9 MAINTAINER=     gnome@FreeBSD.org
10 COMMENT=        Common startup and shutdown subroutines used by GNOME scripts
11
12 LICENSE=        BSD2CLAUSE
13 LICENSE_FILE=   ${PORTSDIR}/COPYRIGHT
14
15 NO_BUILD=       yes
16 NO_ARCH=        yes
17 PLIST_FILES=    etc/gnome.subr
18
19 do-install:
20         ${INSTALL_DATA} ${FILESDIR}/gnome.subr ${STAGEDIR}${PREFIX}/etc
21
22 .include <bsd.port.mk>