1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/chinese/aterm/Makefile
Jimmy Olgeni 37e782dfbc Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories A-C.

CR:		D196
Approved by:	portmgr (bapt)
2014-06-09 11:21:52 +00:00

22 lines
420 B
Makefile

# Created by: gugod@gugod.org
# $FreeBSD$
PORTNAME= aterm
PORTVERSION= 1.0.1
CATEGORIES= chinese x11
MASTER_SITES= SF
MAINTAINER= gugod@gugod.org
COMMENT= Color vt102 terminal emulator with transparency support
USE_XORG= xpm
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-xim --enable-big5
post-install:
@${CHMOD} 4711 ${STAGEDIR}${PREFIX}/bin/aterm
PLIST_FILES= bin/aterm man/man1/aterm.1.gz
.include <bsd.port.mk>