eda5c55571
Alan Coopersmith (12): Remove unneeded uses of <math.h> & -lm This is not a GNU project, so declare it foreign. configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Remove old CVS id tags Combine strings in usage message Fix "missmatch" typo in error message Print which option was in error along with usage message Add -version option to print program version More constification Fix man page references to X(1) to use __miscmansuffix__ xpr 1.0.5 Emil Velikov (1): autogen.sh: use quoted string variables Matthieu Herrb (1): Use strcmp() to compare strings and simplify options parser. Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish
19 lines
568 B
Makefile
19 lines
568 B
Makefile
# $NetBSD: Makefile,v 1.4 2018/03/10 22:10:32 wiz Exp $
|
|
|
|
DISTNAME= xpr-1.0.5
|
|
CATEGORIES= print x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Formats xwd dump files as output for various types of printers
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
.include "../../x11/xorgproto/buildlink3.mk"
|
|
.include "../../x11/libXmu/buildlink3.mk"
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../devel/xorg-util-macros/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|