d74e953a69
* fix WANTLIB after recent gtk update * use $V as version variable everywhere it is needed * rework comments: lowercase, typo * remove dead homepage, master_sites * PKGNAME harmonization (ie. gkrellmpluginname) * add sysutils/gkrellm to CATEGORIES in Makefile.inc instead of all plugins Makefiles
20 lines
433 B
Makefile
20 lines
433 B
Makefile
# $OpenBSD: Makefile,v 1.13 2007/10/25 15:15:54 ajacoutot Exp $
|
|
|
|
COMMENT= analog clock for GkrellM2
|
|
|
|
V= 0.3.3
|
|
DISTNAME= gkrellaclock-${V}
|
|
PKGNAME= ${DISTNAME}p7
|
|
CATEGORIES= misc
|
|
|
|
HOMEPAGE= http://www.geocities.com/m_muthukumar/gkrellaclock.html
|
|
|
|
MASTER_SITES= http://www.geocities.com/m_muthukumar/
|
|
|
|
WRKDIST= ${WRKDIR}/gkrellAclock-${V}
|
|
ALL_TARGET= gkrellaclock.so
|
|
|
|
PLUGIN= ${WRKSRC}/gkrellaclock.so
|
|
|
|
.include <bsd.port.mk>
|