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