diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-03-06 08:12:40 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-03-06 08:12:40 +0000 |
commit | b4fd20d4a03f300ca97a2d4d2e0792d2d70afb92 (patch) | |
tree | da60c82c1468301e563a104c55b767edecba24bf /japanese/canna-lib/Makefile | |
parent | e16f6f7f333804625bb4d8e00ffb3c011a5372c8 (diff) |
Notes
Diffstat (limited to 'japanese/canna-lib/Makefile')
-rw-r--r-- | japanese/canna-lib/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/japanese/canna-lib/Makefile b/japanese/canna-lib/Makefile new file mode 100644 index 000000000000..b5a80410c80c --- /dev/null +++ b/japanese/canna-lib/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: Canna +# Version required: 3.2p1 +# Date created: 3 November 1995 +# Whom: Nobuhiro Yasutomi +# +# $Id:$ +# + +DISTNAME= Canna32p1 +MASTER_SITES= ftp://ftp.nec.co.jp/pub/packages/Canna32/ +PATCH_STRIP= -p1 +ALL_TARGET= canna + +pre-configure: + @(cd ${WRKSRC}; ${XMKMF}) + +.include <bsd.port.mk> |