diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2004-08-28 21:49:34 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2004-08-28 21:49:34 +0000 |
commit | 22710f5dcb00acbc4816f5cb24add1ebfc26c266 (patch) | |
tree | 2e6d4fd6f23d3d9c8cb954200fa183cf489c5289 /print/pipsg900/Makefile | |
parent | 25b5c362f67a78035819868e7230d8f2bcf4ef4f (diff) |
Notes
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" |