1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/sysutils/gkrellmouse/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

33 lines
847 B
Makefile

# New ports collection makefile for: gkrellmouse
# Date Created: Fri Aug 17 15:57:42 EDT 2001
# Whom: Patrick Li <pat@databits.net>
#
# $FreeBSD$
#
PORTNAME= gkrellmouse
PORTVERSION= 0.0.2
PORTREVISION= 4
CATEGORIES= sysutils
MASTER_SITES= http://www.nafpik.com/paul/gkrellmouse/ \
http://mirror2.unixfreunde.de/ \
http://freebsd.unixfreunde.de/sources/
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Mouse odometer plugin for GKrellM
BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm
PLIST_FILES= libexec/gkrellm/plugins/gkmouse.so
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
USE_GNOME= imlib
USE_GMAKE= yes
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/gkmouse.so \
${PREFIX}/libexec/gkrellm/plugins
.include <bsd.port.mk>