14 lines
279 B
Makefile
14 lines
279 B
Makefile
# $OpenBSD: Makefile,v 1.13 2008/06/06 10:27:55 sthen Exp $
|
|
|
|
COMMENT= GkrellM2 plugin that shows Internet time
|
|
|
|
V= 1.0.1
|
|
DISTNAME= gkrellmitime-${V}
|
|
PKGNAME= ${DISTNAME}p9
|
|
CATEGORIES= net
|
|
|
|
ALL_TARGET= gkrellm_itime.so
|
|
PLUGIN= ${WRKSRC}/gkrellm_itime.so
|
|
|
|
.include <bsd.port.mk>
|