blob: e1e440de2b9abfd2a717ee6b6d176de47706a9ce (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org>
# $FreeBSD$
PORTNAME= gnome_subr
PORTVERSION= 1.0
CATEGORIES= sysutils
DISTFILES=
MAINTAINER= gnome@FreeBSD.org
COMMENT= Common startup and shutdown subroutines used by GNOME scripts
NO_BUILD= yes
PLIST_FILES= etc/gnome.subr
NO_STAGE= yes
do-install:
${INSTALL_DATA} ${FILESDIR}/gnome.subr ${PREFIX}/etc
.include <bsd.port.mk>
|