9290192e49
Recently, the souce codes are available. So, we can build FreeBSD native version of PIPS from source instead of just using Linux version. However, some libraries are still shipped as Linux binary. So, we use libmap.conf to solve this problem. Since I have only PM-760C, I cannot test it with other than PM-760C, actually. So, your feedbacks are welcome.
14 lines
339 B
Makefile
14 lines
339 B
Makefile
# New ports collection makefile for: pips for EPSON PM-750C PM-2000C
|
|
# Date created: 2000.11.07
|
|
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MASTERDIR= ${.CURDIR}/../pips800
|
|
COMMENT= Photo Image Print System for Linux --- EPSON PM-750C PM-2000C
|
|
|
|
PRTYPE= 750_2000
|
|
|
|
.include "${MASTERDIR}/Makefile.pips"
|