17 lines
372 B
Makefile
17 lines
372 B
Makefile
# $OpenBSD: Makefile,v 1.21 2011/07/07 00:08:35 ajacoutot Exp $
|
|
|
|
COMMENT= GkrellM2 plugin to display sun rise/set times
|
|
|
|
DISTNAME= gkrellsun-0.12.1
|
|
REVISION= 16
|
|
CATEGORIES= astro
|
|
|
|
HOMEPAGE= http://gkrellsun.sourceforge.net/
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gkrellsun/}
|
|
|
|
WRKDIST= ${WRKDIR}/${DISTNAME}/src20
|
|
PLUGIN= ${WRKSRC}/gkrellsun.so
|
|
|
|
.include <bsd.port.mk>
|