diff options
author | taoka <taoka@FreeBSD.org> | 2001-01-09 02:00:24 +0000 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2001-01-09 02:00:24 +0000 |
commit | 8b4b8390a5c55492852dad55cb105b263a8beeb2 (patch) | |
tree | 6ac91dc49589debf42f79f014bb8ecacd6bed521 /japanese/pips880/Makefile | |
parent | 84dbc30c1020a22abef57c75362c4b5b63d91973 (diff) | |
download | FreeBSD-ports-8b4b8390a5c55492852dad55cb105b263a8beeb2.zip FreeBSD-ports-8b4b8390a5c55492852dad55cb105b263a8beeb2.tar.gz |
Photo Image Print System for Linux -- EPSON PM-880C (with Japanese messages)
Diffstat (limited to 'japanese/pips880/Makefile')
-rw-r--r-- | japanese/pips880/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/japanese/pips880/Makefile b/japanese/pips880/Makefile new file mode 100644 index 0000000..37bf9fb --- /dev/null +++ b/japanese/pips880/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: pips for EPSON PM-880C +# Date created: 2001.01.05 +# Whom: Satoshi Taoka <taoka@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTVERSION= 1.3 +MASTERDIR= ${.CURDIR}/../pips800 +PRTYPE= 880 + +do-install: # empty + +.include "${MASTERDIR}/Makefile" |