2c72a9f0b9
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).
22 lines
551 B
Makefile
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"
|