blob: a154718a8993b4e1725ea2e6643cefd853609755 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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
NO_STAGE= yes
post-install:
@${CHMOD} 4711 ${PREFIX}/bin/aterm
MAN1= aterm.1
PLIST_FILES= bin/aterm
.include <bsd.port.mk>
|