1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/print/a2ps43-letter/scripts/configure
Jordan K. Hubbard 965e8a336f Jean-Marc Zucconi's a2ps port.
Submitted by:	jmz
1994-11-06 02:13:39 +00:00

15 lines
144 B
Bash

#!/bin/sh
cd $WRKSRC || exit 1;
cat >> Makefile << END
CFLAGS= -DBSD -O
BINDIR= $PREFIX/bin
MANDIR= $PREFIX/man/man1
MANEXT= 1
END
exit 0;