mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
b98ff07d8d
Approved by: portmgr (blanket)
16 lines
326 B
Makefile
16 lines
326 B
Makefile
PORTNAME= paicc
|
|
PORTVERSION= 1.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= SUNSITE/utils/shell
|
|
|
|
MAINTAINER= peter@FreeBSD.org
|
|
COMMENT= Paint Changed Characters
|
|
|
|
USES= ncurses
|
|
MAKE_ENV+= BIN=${STAGEDIR}${PREFIX}/bin \
|
|
MAN=${STAGEDIR}${PREFIX}/share/man \
|
|
DATA=${STAGEDIR}${PREFIX}/libdata
|
|
|
|
.include <bsd.port.mk>
|