pkgsrc/time/wmtime/Makefile
wiz 2c72a9f0b9 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:24:02 +00:00

22 lines
551 B
Makefile

# $NetBSD: Makefile,v 1.20 2012/10/23 10:24:12 wiz Exp $
#
DISTNAME= wmtime-1.0b2
PKGREVISION= 1
CATEGORIES= x11 time
MASTER_SITES= http://web.cs.mun.ca/~gstarkes/wmaker/dockapps/files/
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Time/Date applet for WindowMaker
WRKSRC= ${WRKDIR}/wmtime.app
USE_IMAKE= YES
CONFIGURE_DIRS= wmtime
BUILD_DIRS= ${CONFIGURE_DIRS}
post-extract:
${CP} ${WRKSRC}/Imakefile ${WRKSRC}/wmtime/Imakefile
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"