28bac6ebdd
As gnome@ is lacking active committers at the moment, transfer some of its ports [1] up the stack to the desktop@ group, in hope that this way we get some updates in as the set of people that "should feel responsible" grows. As soon as gnome@ grows some committers again, this can (and should) of course be reverted again. [1] The list of ports chosen in this move consits of all the ports that are required to build x11/kde5. Approved by: portmgr (bapt) Differential Revision: https://reviews.freebsd.org/D26362
23 lines
463 B
Makefile
23 lines
463 B
Makefile
# 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>
|