blob: d4652a01dec1d2d4c0850ee689ac6aa14d41aac1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: pips for EPSON PM-930C
# Date created: 2005.08.03
# Whom: Hajimu UMEMOTO <ume@FreeBSD.org>
#
# $FreeBSD$
#
PORTVERSION= 2.6.2
PORTREVISION= 5
MASTERDIR= ${.CURDIR}/../pips800
COMMENT= Photo Image Print System for Linux --- EPSON PM-930C (for LPR)
PRTYPE= 930
DIST_TYPE= lpr
PATCH_PRN= BID.PRN PATCH.PRN PATCH.PRN.2 PATCH.PRN.3 \
PATCH.PRN.COLOR PATCH.PRN.COLOR.2 PATCH.PRN.COLOR.3
EKPSTM_VER= 1.1.2
.include "${MASTERDIR}/Makefile.pips"
|