pkgsrc-wip/wmitime/Makefile
Thomas Klausner 6cc83bcff2 Remove xextproto/buildlink3.mk in most cases where it occurs with
libXext/buildlink3.mk, now that it is included there.
Leave the places where its API version is set or variables from it
are used directly (about 3 packages).
2012-10-23 10:23:05 +00:00

24 lines
583 B
Makefile

# $NetBSD: Makefile,v 1.13 2012/10/23 10:23:07 thomasklausner Exp $
#
DISTNAME= wmitime-0.3
PKGREVISION= 3
CATEGORIES= x11 sysutils
MASTER_SITES= http://www.neotokyo.org/illusion/downloads/
MAINTAINER= poff@sixbit.org
HOMEPAGE= http://www.neotokyo.org/illusion/dock_apps.html
COMMENT= Windowmaker dockapp for time/date/itime
LICENSE= gnu-gpl-v2
MAKE_FLAGS+= PREFIX=${PREFIX}
MAKE_FLAGS+= DESTDIR=${DESTDIR}
WRKSRC= ${WRKDIR}/wmitime/wmitime
USE_TOOLS+= gmake
.include "../../x11/libXpm/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"