aboutsummaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-11-29 12:40:37 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-11-29 12:40:37 +0000
commitcea1d346f1324ec0faabd3faf19802aec24e41e6 (patch)
tree3494c5e5da7d0e9d5ac9b5dbbc12297320caa962 /chinese
parent07a2a46c96e8f04a577fa4226efa84253e01155d (diff)
downloadports-cea1d346f1324ec0faabd3faf19802aec24e41e6.tar.gz
ports-cea1d346f1324ec0faabd3faf19802aec24e41e6.zip
- portlint(1)
PR: ports/105963 (partly) Submitted by: rafan Approved by: Kang-min Liu <gugod at gugod.org> (maintainer)
Notes
Notes: svn path=/head/; revision=178245
Diffstat (limited to 'chinese')
-rw-r--r--chinese/aterm/Makefile20
1 files changed, 10 insertions, 10 deletions
diff --git a/chinese/aterm/Makefile b/chinese/aterm/Makefile
index e8dd5adb73aa..7dd7299af338 100644
--- a/chinese/aterm/Makefile
+++ b/chinese/aterm/Makefile
@@ -4,24 +4,24 @@
# $FreeBSD$
#
-PORTNAME= aterm
-PORTVERSION= 0.4.2
-CATEGORIES= chinese x11
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+PORTNAME= aterm
+PORTVERSION= 0.4.2
+CATEGORIES= chinese x11
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= gugod@gugod.org
+MAINTAINER= gugod@gugod.org
COMMENT= A color vt102 terminal emulator with transparency support
-USE_XPM= yes
-HAS_CONFIGURE= yes
-PATCH_WRKSRC= ${WRKSRC}/..
-CONFIGURE_ARGS= --enable-fading --enable-xim --enable-big5
+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
+MAN1= aterm.1
PLIST_FILES= bin/aterm
.include <bsd.port.mk>