pkgsrc/wm/amaterus/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

23 lines
640 B
Makefile

# $NetBSD: Makefile,v 1.22 2012/10/23 10:24:13 wiz Exp $
DISTNAME= amaterus-0.34.1
PKGREVISION= 6
CATEGORIES= wm
MASTER_SITES= http://www.taiyaki.org/src/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.taiyaki.org/
COMMENT= GTK+ window manager
GNU_CONFIGURE= YES
INSTALLATION_DIRS= share/doc/amaterus
post-install:
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/amaterus
${INSTALL_DATA} ${WRKSRC}/README.en ${DESTDIR}${PREFIX}/share/doc/amaterus
.include "../../textproc/libxml/buildlink3.mk"
.include "../../x11/gtk/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"