1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/sysutils/gkrellm-trayicons/Makefile
Philip M. Gollucci 8a5fc7c614 - Reset Tobias Roth <ports@fsck.ch> due to lack of time
by his request to ports@

  Thanks for your work!
2010-09-28 05:42:14 +00:00

35 lines
954 B
Makefile

# New ports collection makefile for: gkrellm-trayicons
# Date created: Wed Jun 23 14:55:49 CEST 2004
# Whom: Tobias Roth <ports@fsck.ch>
#
# $FreeBSD$
#
PORTNAME= trayicons
PORTVERSION= 1.03
PORTREVISION= 6
CATEGORIES= sysutils
MASTER_SITES= http://depot.fsck.ch/mirror/distfiles/ \
http://sweb.cz/tripie/gkrellm/trayicons/dist/
PKGNAMEPREFIX= gkrellm-
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= GKrellM2 plugin to display definable icons as notifiers or launchers
BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
PLIST_FILES= libexec/gkrellm2/plugins/trayicons.so
ALL_TARGET= trayicons.so
post-patch:
@${REINPLACE_CMD} -e 's|$$(CC) $$(FLAGS)|$$(CC) $$(CFLAGS)|g' \
${WRKSRC}/Makefile
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}.so ${PREFIX}/libexec/gkrellm2/plugins/
.include <bsd.port.mk>