# New ports collection makefile for: kdehier4 # Date created: 2008-07-03 # Whom: Max Brazhnikov # # $FreeBSD$ # PORTNAME= kdehier4 PORTVERSION= 1.0 CATEGORIES= misc kde MASTER_SITES= # none DISTFILES= # none MAINTAINER= kde@FreeBSD.org COMMENT= Utility port that creates hierarchy of shared KDE4 directories NO_BUILD= yes NO_WRKSUBDIR= yes USE_KDE4= kdeprefix .include .if ${KDE4_PREFIX} != ${LOCALBASE} PLIST_SUB+= MTREE="" .else PLIST_SUB+= MTREE="@comment " .endif do-fetch: @${DO_NADA} do-install: @for dir in `${GREP} -v "^@comment" ${FILESDIR}/dirlist`; \ do \ ${MKDIR} ${PREFIX}/$${dir}; \ ${TOUCH} ${PREFIX}/$${dir}/.keep_me; \ done .if ${KDE4_PREFIX} != ${LOCALBASE} @for dir in `${GREP} -v "^@comment" ${FILESDIR}/mtree-dirlist`; \ do \ ${MKDIR} ${PREFIX}/$${dir}; \ ${TOUCH} ${PREFIX}/$${dir}/.keep_me; \ done ${LN} -sf ${LOCALBASE}/${LDCONFIG_DIR} ${KDE4_PREFIX}/libdata/ ${LN} -sf ${LOCALBASE}/${LDCONFIG32_DIR} ${KDE4_PREFIX}/libdata/ ${LN} -sf ${LOCALBASE}/libdata/pkgconfig ${KDE4_PREFIX}/libdata/ .endif .include