2002-07-02 09:38:45 +00:00
|
|
|
# New ports collection makefile for: gnomehier
|
|
|
|
# Date created: 2 July 2002
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gnomehier
|
|
|
|
PORTVERSION= 1.0
|
2003-10-13 16:25:24 +00:00
|
|
|
PORTREVISION= 10
|
2002-07-02 09:38:45 +00:00
|
|
|
CATEGORIES= misc gnome
|
|
|
|
MASTER_SITES= # none
|
|
|
|
DISTFILES= # none
|
|
|
|
|
2003-10-12 03:55:14 +00:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= An utility port, installing hierarchy of common GNOME directories
|
2002-07-02 09:38:45 +00:00
|
|
|
|
|
|
|
NO_BUILD= yes
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
|
2002-07-11 17:16:10 +00:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
|
2002-07-02 09:38:45 +00:00
|
|
|
do-fetch:
|
|
|
|
@${DO_NADA}
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
@for dir in `${CAT} ${FILESDIR}/dirlist`; \
|
|
|
|
do \
|
|
|
|
${MKDIR} ${PREFIX}/$${dir}; \
|
|
|
|
${TOUCH} ${PREFIX}/$${dir}/.keep_me; \
|
|
|
|
done
|
2003-02-02 05:02:16 +00:00
|
|
|
${TOUCH} -f ${PREFIX}/etc/gconf/gconf.xml.defaults/schemas/apps/%gconf.xml
|
2003-02-15 23:45:51 +00:00
|
|
|
${TOUCH} -f ${PREFIX}/etc/gconf/gconf.xml.defaults/apps/%gconf.xml
|
2002-11-04 23:28:41 +00:00
|
|
|
@${CHMOD} +x ${PREFIX}/etc/gdm/Sessions/.keep_me
|
2002-07-02 09:38:45 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|