mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
76c7f8fbe6
minor COMMENT typos and surrounding whitespace fixes. Categories D-F. CR: D196 Approved by: portmgr (bapt)
21 lines
484 B
Makefile
21 lines
484 B
Makefile
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rote
|
|
PORTVERSION= 0.2.8
|
|
CATEGORIES= devel
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Simple library for VT102 terminal emulation
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= gmake
|
|
USE_LDCONFIG= yes
|
|
|
|
PLIST_FILES= bin/rote-config include/rote/rote.h \
|
|
lib/librote.so.${PORTVERSION} lib/librote.so.0 lib/librote.so
|
|
PLIST_DIRS= include/rote
|
|
|
|
.include <bsd.port.mk>
|