diff options
Diffstat (limited to 'japanese/pips880/Makefile')
-rw-r--r-- | japanese/pips880/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/japanese/pips880/Makefile b/japanese/pips880/Makefile new file mode 100644 index 0000000..37bf9fb --- /dev/null +++ b/japanese/pips880/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: pips for EPSON PM-880C +# Date created: 2001.01.05 +# Whom: Satoshi Taoka <taoka@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTVERSION= 1.3 +MASTERDIR= ${.CURDIR}/../pips800 +PRTYPE= 880 + +do-install: # empty + +.include "${MASTERDIR}/Makefile" |