summaryrefslogtreecommitdiff
path: root/chinese/aterm/Makefile
blob: 833a8c352b9a7faedd1cc90926dec3864e47094b (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
24
25
# New ports collection Makefile for: aterm
# Date created:         Oct 1 2001
# Whom:                 gugod@gugod.org
# $FreeBSD$
#

PORTNAME=       aterm
PORTVERSION=    0.4.2
CATEGORIES=     chinese x11
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=     gugod@gugod.org

USE_XPM=        yes
HAS_CONFIGURE=  yes
PATCH_WRKSRC=   ${WRKSRC}/..
CONFIGURE_ARGS= --enable-fading --enable-xim --enable-big5

post-install:
	@${CHMOD} 4711 ${PREFIX}/bin/aterm

MAN1=           aterm.1

.include <bsd.port.mk>