mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
10588346d3
these great pieces of software, so that let others with more free time to take over them.
37 lines
801 B
Makefile
37 lines
801 B
Makefile
# New ports collection makefile for: gnomehier
|
|
# Date created: 2 July 2002
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gnomehier
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 8
|
|
CATEGORIES= misc gnome
|
|
MASTER_SITES= # none
|
|
DISTFILES= # none
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= An utility port, installing hierarchy of common GNOME directories
|
|
|
|
NO_BUILD= yes
|
|
NO_WRKSUBDIR= yes
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
do-fetch:
|
|
@${DO_NADA}
|
|
|
|
do-install:
|
|
@for dir in `${CAT} ${FILESDIR}/dirlist`; \
|
|
do \
|
|
${MKDIR} ${PREFIX}/$${dir}; \
|
|
${TOUCH} ${PREFIX}/$${dir}/.keep_me; \
|
|
done
|
|
${TOUCH} -f ${PREFIX}/etc/gconf/gconf.xml.defaults/schemas/apps/%gconf.xml
|
|
${TOUCH} -f ${PREFIX}/etc/gconf/gconf.xml.defaults/apps/%gconf.xml
|
|
@${CHMOD} +x ${PREFIX}/etc/gdm/Sessions/.keep_me
|
|
|
|
.include <bsd.port.mk>
|