1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/devel/rote/Makefile
Jimmy Olgeni 76c7f8fbe6 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.

CR:		D196
Approved by:	portmgr (bapt)
2014-06-10 07:39:01 +00:00

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>