d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
28 lines
610 B
Makefile
28 lines
610 B
Makefile
# New ports collection Makefile for: aterm
|
|
# Date created: Oct 1 2001
|
|
# Whom: gugod@gugod.org
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= aterm
|
|
PORTVERSION= 0.4.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= chinese x11
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= gugod@gugod.org
|
|
COMMENT= A color vt102 terminal emulator with transparency support
|
|
|
|
USE_XPM= yes
|
|
GNU_CONFIGURE= yes
|
|
PATCH_WRKSRC= ${WRKSRC}/..
|
|
CONFIGURE_ARGS= --enable-fading --enable-xim --enable-big5
|
|
|
|
post-install:
|
|
@${CHMOD} 4711 ${PREFIX}/bin/aterm
|
|
|
|
MAN1= aterm.1
|
|
PLIST_FILES= bin/aterm
|
|
|
|
.include <bsd.port.mk>
|