mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
37e782dfbc
minor COMMENT typos and surrounding whitespace fixes. Categories A-C. CR: D196 Approved by: portmgr (bapt)
22 lines
420 B
Makefile
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>
|