1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/deskutils/gkrellm-timers/Makefile
Alejandro Pulver 67e0799198 This is a GkrellM2 plugin that allows setting of various countdown timers
and stopwatches.

Author:	Christian W. Zuckschwerdt
WWW: http://triq.net/gkrellm_timers.html

PR:		ports/104359
Submitted by:	Tobias Roth <ports at fsck.ch>
2006-10-31 17:25:22 +00:00

33 lines
857 B
Makefile

# New ports collection makefile for: gkrellm-timers
# Date created: Thu Oct 12 19:20:17 CEST 2006
# Whom: Tobias Roth <ports@fsck.ch>
#
# $FreeBSD$
#
PORTNAME= timers
PORTVERSION= 1.3
CATEGORIES= deskutils
MASTER_SITES= http://triq.net/gkrellm_timers/ \
http://depot.fsck.ch/mirror/distfiles/
PKGNAMEPREFIX= gkrellm-
DISTNAME= gkrellm_${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@fsck.ch
COMMENT= GKrellM2 plugin that allows the setting of countdowns
BUILD_DEPENDS= ${X11BASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
USE_X_PREFIX= yes
USE_GNOME= gtk20
PLIST_FILES= libexec/gkrellm2/plugins/gkrellm_timers.so
#WRKSRC= ${WRKDIR}/gkrellm_${PORTNAME}
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/gkrellm_${PORTNAME}.so \
${PREFIX}/libexec/gkrellm2/plugins/
.include <bsd.port.mk>