blob: 3cb1606aa9efe60ac0b8f6793a3a783d04ab5ce4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# New ports collection makefile for: pips for EPSON PM-750C PM-2000C
# Date created: 2000.11.07
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
#
# $FreeBSD$
#
PORTVERSION= 1.3
MASTERDIR= ${.CURDIR}/../pips800
PRTYPE= 750_2000
do-install: # empty
.include "${MASTERDIR}/Makefile"
|