2000-07-03 21:29:29 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.24 2000/07/04 01:33:56 krw Exp $
|
2000-04-11 02:09:57 -04:00
|
|
|
|
2000-06-10 21:13:42 -04:00
|
|
|
DISTNAME= a2ps-4.13b
|
|
|
|
WRKDIST= ${WRKDIR}/a2ps-4.13
|
1998-01-31 16:54:44 -05:00
|
|
|
CATEGORIES= print
|
2000-07-03 21:29:29 -04:00
|
|
|
NEED_VERSION= 1.310
|
1998-01-31 16:54:44 -05:00
|
|
|
|
|
|
|
MAINTAINER= weingart@OpenBSD.org
|
|
|
|
|
2000-06-10 21:13:42 -04:00
|
|
|
# License info. There is some questionable Sun and
|
|
|
|
# Adobe Copyrighted things in this source tree. It
|
|
|
|
# looks fine for FTP, but likely not for the CDROM.
|
|
|
|
PERMIT_PACKAGE_CDROM= "No fee redistribution."
|
|
|
|
PERMIT_DISTFILES_CDROM= "No fee redistribution."
|
2000-03-05 13:30:21 -05:00
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2000-02-12 03:02:07 -05:00
|
|
|
|
1999-11-27 08:33:50 -05:00
|
|
|
MASTER_SITES= ftp://ftp.enst.fr/pub/unix/a2ps/
|
1999-02-20 23:26:09 -05:00
|
|
|
|
2000-06-10 21:13:42 -04:00
|
|
|
CONFIGURE_STYLE= gnu
|
1998-08-10 18:01:56 -04:00
|
|
|
|
2000-04-22 08:12:07 -04:00
|
|
|
FLAVORS= a4 letter letterdj
|
2000-06-10 21:13:42 -04:00
|
|
|
FLAVOR?= letter
|
2000-04-22 08:12:07 -04:00
|
|
|
|
|
|
|
.if defined(FLAVOR)
|
2000-06-10 22:17:22 -04:00
|
|
|
.if ${FLAVOR:L} == "a4"
|
2000-04-22 08:12:07 -04:00
|
|
|
PAPERSIZE= A4
|
2000-06-10 22:17:22 -04:00
|
|
|
.elif ${FLAVOR:L} == "letterdj"
|
2000-04-22 08:12:07 -04:00
|
|
|
PAPERSIZE= Letterdj
|
2000-06-10 22:17:22 -04:00
|
|
|
.elif ${FLAVOR:L} == "letter"
|
2000-04-22 08:12:07 -04:00
|
|
|
PAPERSIZE= Letter
|
|
|
|
.endif
|
|
|
|
.endif
|
1998-01-31 16:54:44 -05:00
|
|
|
|
2000-06-10 21:13:42 -04:00
|
|
|
CONFIGURE_ARGS+= --with-medium=$(PAPERSIZE) \
|
1999-03-01 23:41:00 -05:00
|
|
|
${CONFIGURE_SHARED}
|
1998-01-31 16:54:44 -05:00
|
|
|
|
|
|
|
pre-build:
|
|
|
|
/usr/bin/touch $(WRKSRC)/doc/*.info
|
|
|
|
/usr/bin/touch $(WRKSRC)/doc/*.dvi
|
|
|
|
|
2000-06-10 21:13:42 -04:00
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/a2ps/etc
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/etc/a2ps.cfg ${PREFIX}/share/a2ps/etc
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/etc/a2ps-site.cfg ${PREFIX}/share/a2ps/etc
|
1998-01-31 16:54:44 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|