blob: 7dcd98c62c678b878c263e5b0594169647baf648 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: pips for EPSON Stylus C80 Series
# Date created: 2005.02.27
# Whom: Hajimu UMEMOTO <ume@FreeBSD.org>
#
# $FreeBSD$
#
PORTVERSION= 2.5.2
PORTREVISION= 5
MASTERDIR= ${.CURDIR}/../pips800
COMMENT= Photo Image Print System for Linux --- EPSON Stylus C80 Series
PRTYPE= -sc80s
SUBDIR_SUFFIX= .1
PATCH_PRN= BAND.PRN
EKPSTM_VER= 1.1.2
.include "${MASTERDIR}/Makefile.pips"
|