aboutsummaryrefslogtreecommitdiffstats
path: root/lang/icon/Makefile
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>1996-11-05 16:34:04 +0800
committertg <tg@FreeBSD.org>1996-11-05 16:34:04 +0800
commit051a17bfb667d25bf2ed1d8074c75d3850762d13 (patch)
tree927455575eb7d469751db62e8ab817134943300e /lang/icon/Makefile
parent4bd02d781924b67ea790043e327f4e6554fe6e38 (diff)
downloadfreebsd-ports-gnome-051a17bfb667d25bf2ed1d8074c75d3850762d13.tar.gz
freebsd-ports-gnome-051a17bfb667d25bf2ed1d8074c75d3850762d13.tar.zst
freebsd-ports-gnome-051a17bfb667d25bf2ed1d8074c75d3850762d13.zip
Upgrade to version 9.1
Diffstat (limited to 'lang/icon/Makefile')
-rw-r--r--lang/icon/Makefile23
1 files changed, 8 insertions, 15 deletions
diff --git a/lang/icon/Makefile b/lang/icon/Makefile
index 9fca8b4e3dbc..97957b1d367d 100644
--- a/lang/icon/Makefile
+++ b/lang/icon/Makefile
@@ -1,26 +1,19 @@
# New ports collection makefile for: icon
-# Version required: 9.0
+# Version required: 9.1
# Date created: 05 April 1995
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
#
-# $Id: Makefile,v 1.3 1995/07/29 09:54:58 asami Exp $
+# $Id: Makefile,v 1.4 1995/11/22 13:12:50 asami Exp $
#
-DISTNAME= icon-9.0
-DISTFILES= unix_tar.gz
+DISTNAME= icon-9.1
+DISTFILES= unix.tar.gz
CATEGORIES+= lang
-MASTER_SITES= ftp://cs.arizona.edu/icon/packages/unix/
+MASTER_SITES= ftp://ftp.cs.arizona.edu/icon/packages/unix/
-PATCH_STRIP= -p1
-NO_WRKSUBDIR= true
-ALL_TARGET= Icon
+MAINTAINER= ports@freebsd.org
-# work around a bug in rtt's preprocessor
-#
-do-build:
- @(ENABLE_STARTUP_LOCALE=; \
- unset ENABLE_STARTUP_LOCALE; \
- cd ${WRKSRC}; \
- ${MAKE} PREFIX=${PREFIX} X11BASE=${X11BASE} ${MAKE_FLAGS} ${MAKEFILE} ${ALL_TARGET})
+NO_WRKSUBDIR= true
+ALL_TARGET= Icon Icon-iconc
.include <bsd.port.mk>