1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/print/libpaper/Makefile
Ade Lovett 3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00

38 lines
1001 B
Makefile

# New ports collection makefile for: libpaper
# Date created: Do 16 Nov 2003 20:00:00 CET
# Whom: lofi@freebsd.org
#
# $FreeBSD$
#
PORTNAME= libpaper
PORTVERSION= 1.1.14
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_DEBIAN}
MASTER_SITE_SUBDIR= pool/main/libp/libpaper
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= lofi@freebsd.org
COMMENT= A library providing routines for paper size management
USE_LIBTOOL_VER=13
LIBTOOLFLAGS= # None, we want the libtool archives
INSTALLS_SHLIB= Yes
USE_GETOPT_LONG=Yes
CONFIGURE_ARGS= --build=${CONFIGURE_TARGET}
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAN1= paperconf.1
MAN3= defaultpapername.3 defaultpapersizefile.3 paperdone.3 paperfirst.3 \
paperinfo.3 paperinit.3 paperlast.3 papernext.3 paperprev.3 \
paperpsheight.3 paperpsname.3 paperpswidth.3 paperwithsize.3 \
systempapername.3 systempapersizefile.3
MAN5= papersize.5
MAN8= paperconfig.8
pre-configure:
@${TOUCH} ${WRKSRC}/config.sub
.include <bsd.port.mk>