aboutsummaryrefslogtreecommitdiffstats
path: root/misc/gkrellmlaunch2/Makefile
blob: 25a0c8a28d7c11aa42d73d2c1700704b3000a048 (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
25
26
27
28
29
# New ports collection makefile for:    gkrellmlaunch2
# Date Created:             23 Aug 2004
# Whom:                 Zach Thompson <hideo@lastamericanempire.com>
#
# $FreeBSD$
#

PORTNAME=   gkrellmlaunch
PORTVERSION=    0.5
PORTREVISION=   2
CATEGORIES= misc
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMESUFFIX=  2

MAINTAINER=     hideo@lastamericanempire.com
COMMENT=    An application launcher plugin for GKrellM2

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

PLIST_FILES=    libexec/gkrellm2/plugins/gkrellmlaunch.so
USE_X_PREFIX=   yes
ALL_TARGET= ${PORTNAME}.so

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

.include <bsd.port.mk>