1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/misc/kdehier/Makefile
Michael Nottebrock d57e6a8257 Update to KDE 3.4
2005-03-20 18:17:55 +00:00

32 lines
596 B
Makefile

# New ports collection makefile for: kdehier
# Date created: 4 May 2003
# Whom: Frerich Raabe <frerich.raabe@gmx.de>
#
# $FreeBSD$
#
PORTNAME= kdehier
PORTVERSION= 1.0
PORTREVISION= 5
CATEGORIES= misc kde
MASTER_SITES= # none
DISTFILES= # none
MAINTAINER= kde@FreeBSD.org
COMMENT= Utility port which installs a hierarchy of shared KDE directories
NO_BUILD= yes
NO_WRKSUBDIR= yes
do-fetch:
@${DO_NADA}
do-install:
@for dir in `${GREP} -v "^@comment" ${FILESDIR}/dirlist`; \
do \
${MKDIR} ${PREFIX}/$${dir}; \
${TOUCH} ${PREFIX}/$${dir}/.keep_me; \
done
.include <bsd.port.mk>