blob: 207c98fd6fd346f0838dc5da653863f9d3f2af81 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org>
# $FreeBSD$
PORTNAME= gnome_subr
PORTVERSION= 1.0
CATEGORIES= sysutils
DISTFILES= # none
MAINTAINER= desktop@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>
|