aboutsummaryrefslogtreecommitdiff
path: root/x11/aterm
diff options
context:
space:
mode:
authorJim Mock <jim@FreeBSD.org>2000-07-03 03:14:54 +0000
committerJim Mock <jim@FreeBSD.org>2000-07-03 03:14:54 +0000
commit3e3ad67dc439a155e8d3050ad50e25da1d46e310 (patch)
tree447d62848ecd72a101675e53381a021bdd995be0 /x11/aterm
parentc2431679a44edadca3421fd6d76ecd12fd48c4cc (diff)
downloadports-3e3ad67dc439a155e8d3050ad50e25da1d46e310.tar.gz
ports-3e3ad67dc439a155e8d3050ad50e25da1d46e310.zip
Update to version 0.4.0. Also add WITH_MENUBAR and WITH_NEXTSCROLL hooks
for those who prefer to use those features.
Notes
Notes: svn path=/head/; revision=30102
Diffstat (limited to 'x11/aterm')
-rw-r--r--x11/aterm/Makefile13
-rw-r--r--x11/aterm/distinfo3
2 files changed, 11 insertions, 5 deletions
diff --git a/x11/aterm/Makefile b/x11/aterm/Makefile
index 975cf2126296..56aa3a8a4dd6 100644
--- a/x11/aterm/Makefile
+++ b/x11/aterm/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= aterm
-PORTVERSION= 0.3.6
+PORTVERSION= 0.4.0
CATEGORIES= x11
-MASTER_SITES= http://members.xoom.com/sashav/aterm/ \
- http://www.tigr.net/afterstep/as-apps/download/aterm/
+MASTER_SITES= http://download.sourceforge.net/aterm/
MAINTAINER= jim@FreeBSD.org
@@ -23,6 +22,14 @@ CONFIGURE_ARGS= --enable-transparency --enable-background-image \
--disable-delete-key --disable-backspace-key \
--enable-fading --enable-utmp --enable-wtmp
+.if defined(WITH_MENUBAR)
+CONFIGURE_ARGS+= --enable-menubar
+.endif
+
+.if defined(WITH_NEXTSCROLL)
+CONFIGURE_ARGS+= --enable-next-scroll
+.endif
+
MAN1= aterm.1
post-install:
diff --git a/x11/aterm/distinfo b/x11/aterm/distinfo
index 50538e88919f..98b8236792ed 100644
--- a/x11/aterm/distinfo
+++ b/x11/aterm/distinfo
@@ -1,2 +1 @@
-MD5 (aterm-0.3.6.tar.gz) = 8adc789412c583fa5ee10ce664e43373
-MD5 (aterm-0.3.6.tar.gz) = dba960c51e40c64a84ad61dda42e75f0
+MD5 (aterm-0.4.0.tar.gz) = ae09530c1721681e151a2048146d7fd0