diff options
Diffstat (limited to 'print/pips-sc80s/Makefile')
-rw-r--r-- | print/pips-sc80s/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/print/pips-sc80s/Makefile b/print/pips-sc80s/Makefile new file mode 100644 index 000000000000..a95079247f06 --- /dev/null +++ b/print/pips-sc80s/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: pips for EPSON Stylus C80 Series +# Date created: 2005.02.27 +# Whom: Hajimu UMEMOTO <ume@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTVERSION= 2.5.2 +MASTERDIR= ${.CURDIR}/../pips800 +COMMENT= Photo Image Print System for Linux --- EPSON Stylus C80 Series + +PRTYPE= -sc80s +SUBDIR_SUFFIX= .1 + +PATCH_PRN= BAND.PRN +EKPSTM_VER= 1.1.2 + +.include "${MASTERDIR}/Makefile.pips" |