16 lines
370 B
Makefile
16 lines
370 B
Makefile
# New ports collection makefile for: pips for EPSON PM-3300C
|
|
# Date created: 2000.12.09
|
|
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES?= japanese print linux
|
|
MASTERDIR= ${.CURDIR}/../pips800
|
|
COMMENT= ${.CURDIR}/pkg-comment
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
PRTYPE= 3300
|
|
|
|
do-install: # empty
|
|
|
|
.include "${MASTERDIR}/Makefile"
|