1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/chinese/aterm/Makefile
Martin Wilke 06aa815303 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-23 23:03:18 +00:00

29 lines
611 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= 2
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_XORG= xpm
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>