diff options
Diffstat (limited to 'print/pipsg700/Makefile')
-rw-r--r-- | print/pipsg700/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/print/pipsg700/Makefile b/print/pipsg700/Makefile new file mode 100644 index 000000000000..f3952312a649 --- /dev/null +++ b/print/pipsg700/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: pips for EPSON PM-G700 +# Date created: 2004.08.27 +# Whom: Hajimu UMEMOTO <ume@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTVERSION= 2.6.2 +MASTERDIR= ${.CURDIR}/../pips800 +COMMENT= Photo Image Print System for Linux --- EPSON PM-G700 + +PRTYPE= g700 + +PATCH_PRN= PATCH.PRN PATCH.PRN.COLOR + +.include "${MASTERDIR}/Makefile.pips" |