mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
54a0b86543
in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
37 lines
979 B
Makefile
37 lines
979 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.3
|
|
CATEGORIES= print
|
|
MASTER_SITES= ${MASTER_SITE_DEBIAN}
|
|
MASTER_SITE_SUBDIR= pool/main/libp/libpaper
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION:S/.3/-3/}
|
|
|
|
MAINTAINER= lofi@freebsd.org
|
|
COMMENT= A library providing routines for paper size management
|
|
|
|
USE_AUTOTOOLS= libtool:15:inc
|
|
INSTALLS_SHLIB= Yes
|
|
USE_GETOPT_LONG=Yes
|
|
CONFIGURE_ARGS= --build=${CONFIGURE_TARGET}
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.3//}
|
|
|
|
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>
|