diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2000-09-01 16:30:47 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2000-09-01 16:30:47 +0000 |
commit | 2e32719136ff4b494b4efb9c3ed34a44ef4a3a30 (patch) | |
tree | 7421267a6b39b003df29dabe656a723bdcb36e96 /japanese/pips770/Makefile | |
parent | 1cccca61e20d0703a494f13c798462080eecf4e3 (diff) | |
download | ports-2e32719136ff4b494b4efb9c3ed34a44ef4a3a30.tar.gz ports-2e32719136ff4b494b4efb9c3ed34a44ef4a3a30.zip |
Notes
Diffstat (limited to 'japanese/pips770/Makefile')
-rw-r--r-- | japanese/pips770/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/japanese/pips770/Makefile b/japanese/pips770/Makefile new file mode 100644 index 000000000000..d03e7550e35f --- /dev/null +++ b/japanese/pips770/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: pips for EPSON PM-770C +# Date created: 00/04/21 +# Whom: Satoshi Taoka <taoka@FreeBSD.org> +# +# $FreeBSD: /tmp/pcvs/ports/japanese/pips770/Attic/Makefile,v 1.1.1.1 2000-09-01 16:30:47 taoka Exp $ +# + +CATEGORIES?= japanese print linux +MASTERDIR= ${.CURDIR}/../pips800 +COMMENT= ${.CURDIR}/pkg/COMMENT +DESCR= ${.CURDIR}/pkg/DESCR +PRTYPE= 770 + +do-install: # empty + +.include "${MASTERDIR}/Makefile" |