1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/sysutils/gnome_subr/Makefile
Jean-Yves Lefort 791210a7ba Add gnome_subr.
2006-10-31 09:08:29 +00:00

23 lines
454 B
Makefile

# New ports collection makefile for: gnome_subr
# Date created: 31 Oct 2006
# Whom: 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
do-install:
${INSTALL_DATA} ${FILESDIR}/gnome.subr ${PREFIX}/etc
.include <bsd.port.mk>