1998-07-21 01:55:36 +02:00
|
|
|
# New ports collection makefile for: yodl
|
|
|
|
# Date created: 22 Oct 1997
|
1999-08-31 08:53:31 +02:00
|
|
|
# Whom: Donald Burr <dburr@FreeBSD.org>
|
1998-07-21 01:55:36 +02:00
|
|
|
#
|
1999-08-31 04:11:56 +02:00
|
|
|
# $FreeBSD$
|
1998-07-21 01:55:36 +02:00
|
|
|
#
|
|
|
|
|
2000-04-09 23:54:47 +02:00
|
|
|
PORTNAME= yodl
|
2001-02-05 17:35:26 +01:00
|
|
|
PORTVERSION= 1.22
|
1998-07-21 01:55:36 +02:00
|
|
|
CATEGORIES= textproc
|
2000-06-09 03:36:55 +02:00
|
|
|
MASTER_SITES= ftp://ftp.sco.com/skunkware/src/textproc/ \
|
|
|
|
ftp://ftp.sunsite.org.uk/Mirrors/ftp.sco.com/skunkware/src/textproc/ \
|
|
|
|
ftp://ftp.vse.cz/pub/.sd10c/SCO/ftp.sco.com/skunkware/src/textproc/ \
|
|
|
|
ftp://ftp.netsw.org/netsw/Typesetting/ASCII/Generate/ \
|
|
|
|
ftp://ftp.win.ne.jp/pub/misc/ \
|
|
|
|
ftp://ftp.eos.hokudai.ac.jp/pub/misc/ \
|
|
|
|
ftp://ftp.sunet.se/pub3/vendor/sco/skunkware/src/textproc/
|
1998-07-21 01:55:36 +02:00
|
|
|
|
1999-08-31 08:53:31 +02:00
|
|
|
MAINTAINER= dburr@FreeBSD.org
|
1998-07-21 01:55:36 +02:00
|
|
|
|
2000-06-09 03:36:55 +02:00
|
|
|
BUILD_DEPENDS= latex:${PORTSDIR}/print/latex \
|
1998-07-21 01:55:36 +02:00
|
|
|
dvips:${PORTSDIR}/print/dvips
|
2000-06-09 03:36:55 +02:00
|
|
|
RUN_DEPENDS= latex:${PORTSDIR}/print/latex \
|
1998-07-21 01:55:36 +02:00
|
|
|
dvips:${PORTSDIR}/print/dvips
|
|
|
|
|
2000-06-09 03:36:55 +02:00
|
|
|
ALL_TARGET= progs manpages misc/striproff
|
|
|
|
INSTALL_TARGET= installman installmanual
|
1998-07-21 01:55:36 +02:00
|
|
|
|
|
|
|
MAN1= yodl.1 \
|
|
|
|
striproff.1 \
|
|
|
|
yodlconverters.1
|
|
|
|
MAN5= yodl.5
|
|
|
|
MAN7= yodlmacros.7 \
|
|
|
|
yodlmanpage.7
|
|
|
|
|
|
|
|
do-build:
|
1999-08-28 05:41:25 +02:00
|
|
|
(cd ${WRKSRC} && ${SETENV} CFLAGS="${CFLAGS}" ${GMAKE} PREFIX=${PREFIX} progs)
|
1999-01-10 11:05:03 +01:00
|
|
|
(cd ${WRKSRC}/misc && gcc ${CFLAGS} -s -o striproff striproff.c)
|
1998-07-21 01:55:36 +02:00
|
|
|
|
2000-06-09 03:36:55 +02:00
|
|
|
post-install:
|
|
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/misc/striproff ${PREFIX}/bin
|
1998-07-21 01:55:36 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|