freebsd-ports/net/gkrellmwireless2/Makefile
Tijl Coosemans f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00

23 lines
514 B
Makefile

# Created by: KT Sin <ktsin@acm.org>
# $FreeBSD$
PORTNAME= gkrellmwireless
PORTVERSION= 2.0.2
PORTREVISION= 14
CATEGORIES= net
MASTER_SITES= http://gkrellm.luon.net/files/
MAINTAINER= ktsin@acm.org
COMMENT= GKrellM wireless plugin
BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:sysutils/gkrellm2
RUN_DEPENDS= gkrellm:sysutils/gkrellm2
WRKSRC= ${WRKDIR}/gkrellmwireless
USE_XORG= x11
USES= gmake pkgconfig
pre-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/libexec/gkrellm2/plugins
.include <bsd.port.mk>