aboutsummaryrefslogtreecommitdiffstats
path: root/misc/gkrellmlaunch2/Makefile
blob: 874e1a91a18bbbe09f1f8f16e42a07c1b3720f61 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: Zach Thompson <hideo@lastamericanempire.com>
# $FreeBSD$

PORTNAME=   gkrellmlaunch
PORTVERSION=    0.5
PORTREVISION=   8
CATEGORIES= misc
MASTER_SITES=   SF
PKGNAMESUFFIX=  2

MAINTAINER= ports@FreeBSD.org
COMMENT=    Application launcher plugin for GKrellM2

BUILD_DEPENDS=  ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2
RUN_DEPENDS=    gkrellm:${PORTSDIR}/sysutils/gkrellm2

USES=       pkgconfig
PLIST_FILES=    libexec/gkrellm2/plugins/gkrellmlaunch.so
ALL_TARGET= ${PORTNAME}.so

do-install:
    ${INSTALL_DATA} ${WRKSRC}/gkrellmlaunch.so ${PREFIX}/libexec/gkrellm2/plugins

.include <bsd.port.mk>