diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1998-10-21 00:41:49 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1998-10-21 00:41:49 +0000 |
commit | 85b76c44ff57a92f25694e10d637e19d169b77ed (patch) | |
tree | 7423478d3625fc5a6634c27900d68eae57dcd94f /misc/crosspad/Makefile | |
parent | 2c92c9bad16adcd6d3186a245aecf90f25c0dd98 (diff) | |
download | ports-85b76c44ff57a92f25694e10d637e19d169b77ed.tar.gz ports-85b76c44ff57a92f25694e10d637e19d169b77ed.zip |
Notes
Diffstat (limited to 'misc/crosspad/Makefile')
-rw-r--r-- | misc/crosspad/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/misc/crosspad/Makefile b/misc/crosspad/Makefile new file mode 100644 index 000000000000..f79814f85633 --- /dev/null +++ b/misc/crosspad/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: crosspad +# Version required: 981015a +# Date created: 23 September 1998 +# Whom: itojun@itojun.org +# +# $Id: Makefile,v 1.6 1998/09/14 06:38:04 itojun Exp $ +# + +DISTNAME= crosspad-981015a +CATEGORIES= misc +MASTER_SITES= ftp://ftp.itojun.org/pub/misc/ + +MAINTAINER= itojun@itojun.org + +GNU_CONFIGURE= yes +WRKSRC= ${WRKDIR}/crosspad/build + +MAN1= crosspad2ps.1 crosspad2eps.1 crosspad2tgif.1 crosspad2idraw.1 \ + padload.1 + +DOCS= PROTOCOL README.english README.japanese + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/crosspad + for i in $(DOCS); do \ + ${INSTALL_DATA} ${WRKSRC}/../$$i ${PREFIX}/share/doc/crosspad; \ + done +.endif + +.include <bsd.port.mk> |