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
316 B
Makefile
14 lines
316 B
Makefile
# New ports collection makefile for: pips for EPSON PM-760C
|
|
# Date created: 2000.08.04
|
|
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MASTERDIR= ${.CURDIR}/../pips800
|
|
COMMENT= Photo Image Print System for Linux --- EPSON PM-760C
|
|
|
|
PRTYPE= 760
|
|
|
|
.include "${MASTERDIR}/Makefile.pips"
|