pkgsrc/print/psify/Makefile
agc a16fc84f19 Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR}

This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
2001-09-09 20:36:07 +00:00

26 lines
607 B
Makefile

# $NetBSD: Makefile,v 1.3 2001/09/09 20:36:46 agc 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/
COMMENT= Pretty print C, CLU, SCHEME, Java and ARGUS source files
DIST_SUBDIR= psify
EXTRACT_ONLY= #empty
WRKSRC= ${WRKDIR}
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"