summaryrefslogtreecommitdiff
path: root/chinese/aterm/Makefile
blob: 7fc86d40be760e69000e5692e4c753446492a43a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	aterm
PORTVERSION=	1.0.1
CATEGORIES=	chinese x11
MASTER_SITES=	SF

MAINTAINER=	gugod@gugod.org
COMMENT=	Color vt102 terminal emulator with transparency support
WWW=		https://aterm.sourceforge.net/

USES=		cpe xorg
USE_XORG=	xpm
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--enable-xim --enable-big5
MAKE_JOBS_UNSAFE=	yes

CONFLICTS_INSTALL=	aterm

PLIST_FILES=	"@(,,4711) bin/aterm" \
		man/man1/aterm.1.gz

.include <bsd.port.mk>