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