pkgsrc/print/libpaper/Makefile
tnn ffc27bb08c Update to libpaper-1.1.23 due to missing distfile (asked by joerg@)
Changes:
* Use defaultpapername() if systempapername() fails, as suggested
  in lib/paper.h. This makes paperconf return a default papersize
  instead of failing if /etc/papersize doesn't exist.
  Closes: #376346.
* Added hungarian translation: Closes: #433726.
2008-03-08 14:20:12 +00:00

22 lines
576 B
Makefile

# $NetBSD: Makefile,v 1.3 2008/03/08 14:20:12 tnn Exp $
#
DISTNAME= libpaper_1.1.23
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/libp/libpaper/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://packages.debian.org/unstable/libs/libpaper1
COMMENT= Paper size handling library
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
USE_LIBTOOL= yes
USE_TOOLS+= gmake
FILES_SUBST+= PAPERSIZE=${PAPERSIZE}
.include "../../mk/bsd.pkg.mk"