pkgsrc/sysutils/asapm/Makefile
2011-03-02 13:15:23 +00:00

30 lines
932 B
Makefile

# $NetBSD: Makefile,v 1.41 2011/03/02 13:15:23 obache Exp $
#
DISTNAME= asapm-2.11
PKGREVISION= 4
CATEGORIES= sysutils x11
MASTER_SITES= http://www.tigr.net/afterstep/download/asapm/ \
ftp://ftp.afterstep.org/apps/asapm/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.tigr.net/afterstep/view.php?applet=asapm/data
COMMENT= Laptop battery status display for X11
LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
.if !exists(/usr/include/machine/apmvar.h)
PKG_FAIL_REASON+= "APM needs /usr/include/machine/apmvar.h to build."
.endif
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --disable-jpeg # there actually is no JPEG support
CONFIGURE_ARGS+= --with-xpm
CONFIGURE_ARGS+= --with-xpm-includes=${BUILDLINK_PREFIX.libXpm}/include
CONFIGURE_ARGS+= --with-xpm-library=${BUILDLINK_PREFIX.libXpm}/lib
INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
.include "../../x11/libXpm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"