diff options
Diffstat (limited to 'print/pips780/Makefile')
-rw-r--r-- | print/pips780/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/print/pips780/Makefile b/print/pips780/Makefile new file mode 100644 index 000000000000..b15e1357acef --- /dev/null +++ b/print/pips780/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: pips for EPSON PM-780C +# Date created: 2000.01.05 +# Whom: Satoshi Taoka <taoka@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTVERSION= 1.3 +MASTERDIR= ${.CURDIR}/../pips800 +PRTYPE= 780 + +.include "${MASTERDIR}/Makefile" |