diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-03-20 15:10:18 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-03-20 15:10:18 +0000 |
commit | 4f288304ec666b2d4e5f592f11633ac4f5ead790 (patch) | |
tree | ef388d03e01595f1ffbedd2ce122d0c54921a015 /misc/gkrellmfmonitor/Makefile | |
parent | 6e8c6236cc8642f2eb09ee62c78055ae193cb0f6 (diff) | |
download | ports-4f288304ec666b2d4e5f592f11633ac4f5ead790.tar.gz ports-4f288304ec666b2d4e5f592f11633ac4f5ead790.zip |
Notes
Diffstat (limited to 'misc/gkrellmfmonitor/Makefile')
-rw-r--r-- | misc/gkrellmfmonitor/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/misc/gkrellmfmonitor/Makefile b/misc/gkrellmfmonitor/Makefile index 124cbedf907b..1b292d89f8b2 100644 --- a/misc/gkrellmfmonitor/Makefile +++ b/misc/gkrellmfmonitor/Makefile @@ -16,13 +16,16 @@ BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrel RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm PLIST_FILES= libexec/gkrellm/plugins/fmonitor.so +PLIST_DIRSTRY= libexec/gkrellm/plugins libexec/gkrellm + USE_GNOME= imlib ALL_TARGET= fmonitor.so CFLAGS+= -fPIC `${GTK_CONFIG} --cflags` `imlib-config --cflags-gdk` MAKE_ARGS= CC="${CC} ${CFLAGS}" GTK_LIB="`${GTK_CONFIG} --libs`" -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/fmonitor.so ${PREFIX}/libexec/gkrellm/plugins + @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/gkrellm/plugins + ${INSTALL_LIB} ${WRKSRC}/fmonitor.so \ + ${STAGEDIR}${PREFIX}/libexec/gkrellm/plugins .include <bsd.port.mk> |