pkgsrc/graphics/libggiwmh/Makefile
wiz a97b47c0ec Update to 0.2.1:
- documentation fixes
- display-directx:
  - bugfix: do not adjust the window with the size of the
    decorations. Windows no longer get bigger on each and every move.
  - bugfix: make `ggiWmhGetPos(3)` and `ggiWmhGetSize(3)` return
    values consistent with any previous calls to `ggi WmhMove(3)`
    and `ggiWmhResize(3)`.
  - change coords of `ggiWmhGetPos(3)` and `ggiWmhMove(3)` to
    behave as on display-x
2005-04-18 15:55:38 +00:00

26 lines
747 B
Makefile

# $NetBSD: Makefile,v 1.9 2005/04/18 15:55:38 wiz Exp $
#
DISTNAME= libggiwmh-0.2.1.src
PKGNAME= ${DISTNAME:S/.src//}
CATEGORIES= graphics devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ggi/} \
http://www.ggi-project.org/ftp/ggi/v2.1/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.ggi-project.org/packages/libggiwmh.html
COMMENT= Windows Manager hints library for GGI
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
USE_PKGINSTALL= yes
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
PKG_SYSCONFSUBDIR= ggi
EGDIR= ${PREFIX}/share/examples/libggiwmh
CONF_FILES= ${EGDIR}/libggiwmh.conf ${PKG_SYSCONFDIR}/libggiwmh.conf
.include "../../graphics/libggi/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"