diff options
author | ume <ume@FreeBSD.org> | 2004-08-28 02:52:08 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2004-08-28 02:52:08 +0800 |
commit | d0c04b7721851fe98220065bc11465e64e5a5e57 (patch) | |
tree | ece0226f760be34d3b0eebc991b9476b11762584 /print/pipsg800/Makefile | |
parent | 4a8faacddb47422c7b626fbb747a321db25afc64 (diff) | |
download | freebsd-ports-gnome-d0c04b7721851fe98220065bc11465e64e5a5e57.tar.gz freebsd-ports-gnome-d0c04b7721851fe98220065bc11465e64e5a5e57.tar.zst freebsd-ports-gnome-d0c04b7721851fe98220065bc11465e64e5a5e57.zip |
add slave port for Photo Image Print System for Linux --- EPSON PM-G800
Diffstat (limited to 'print/pipsg800/Makefile')
-rw-r--r-- | print/pipsg800/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/print/pipsg800/Makefile b/print/pipsg800/Makefile new file mode 100644 index 000000000000..fd0fcbfd9d18 --- /dev/null +++ b/print/pipsg800/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: pips for EPSON PM-G800 +# 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-G800 + +PRTYPE= g800 + +PATCH_PRN= PATCH.PRN + +.include "${MASTERDIR}/Makefile.pips" |