diff options
Diffstat (limited to 'freebsd/applications/filelight/Makefile')
-rw-r--r-- | freebsd/applications/filelight/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/freebsd/applications/filelight/Makefile b/freebsd/applications/filelight/Makefile new file mode 100644 index 000000000..4b2abe042 --- /dev/null +++ b/freebsd/applications/filelight/Makefile @@ -0,0 +1,31 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# + +.include <../../trinity.port.mk> + +PORTNAME= filelight-trinity +COMMENT= Show where your diskspace is being used +TDE_PREVERSION= ~pre1+e9c30c5a +MASTER_SITE_SUBDIR= f/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= deskutils x11 +DIST_SUBDIR= TDE/applications + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs + +LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface + +# Build +post-patch: tde-pathfix + +do-configure: tde-autotools-prepare + ${TDE_AUTOTOOLS_CONFIGURE} + +do-build: tde-autotools-build + +do-install: tde-autotools-install + +.include <bsd.port.mk> |