freebsd-ports/chinese/aterm/Makefile
Niclas Zeising c2e845d0c8 Add USES=xorg USES=gl, ports categories c
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'c'.
2019-11-04 21:36:13 +00:00

22 lines
408 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
USES= xorg
USE_XORG= xpm
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-xim --enable-big5
MAKE_JOBS_UNSAFE= yes
PLIST_FILES= "@(,,4711) bin/aterm" \
man/man1/aterm.1.gz
.include <bsd.port.mk>