mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
17 lines
368 B
Makefile
17 lines
368 B
Makefile
|
# New ports collection makefile for: pips for EPSON PM-900C
|
||
|
# 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= 900
|
||
|
|
||
|
do-install: # empty
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|