diff options
Diffstat (limited to 'print/psify/Makefile')
-rw-r--r-- | print/psify/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/print/psify/Makefile b/print/psify/Makefile new file mode 100644 index 00000000000..28d53a98d25 --- /dev/null +++ b/print/psify/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/11/05 00:10:13 kim Exp $ +# + +DISTNAME= psify-19980216 +CATEGORIES= print +MASTER_SITES= ${HOMEPAGE} +DISTFILES= Makefile psify.c psify.lex psify.man + +MAINTAINER= kim@tac.nyc.ny.us +HOMEPAGE= http://www.mit.edu/afs/athena/system/pmax_ul4/srvd.74/usr/sipb/src/psify/ + +DIST_SUBDIR= psify +EXTRACT_ONLY= #empty +NO_WRKSUBDIR= yes +NO_CONFIGURE= yes + +INSTALL_TARGET= install prefix=${PREFIX} + +post-extract: + @for i in ${DISTFILES}; \ + do \ + ${CP} ${_DISTDIR}/$$i ${WRKSRC}; \ + done + +.include "../../mk/bsd.pkg.mk" |