freebsd-ports/chinese/aterm/Makefile
Steve Wills 672a4b22bc - Update to 1.0.1
- Update patch and extract patches from single patch

PR:		ports/175097
Submitted by:	Po-Chien Lin <linpc@cs.nctu.edu.tw>
Approved by:	Kang-min Liu <gugod@gugod.org> (maintainer)
2013-01-09 06:58:36 +00:00

22 lines
406 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= A color vt102 terminal emulator with transparency support
USE_XORG= xpm
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-xim --enable-big5
post-install:
@${CHMOD} 4711 ${PREFIX}/bin/aterm
MAN1= aterm.1
PLIST_FILES= bin/aterm
.include <bsd.port.mk>