freebsd-ports/lang/icon/Makefile

27 lines
519 B
Makefile
Raw Normal View History

# New ports collection makefile for: icon
# Date created: 05 April 1995
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
1999-08-25 02:35:40 -04:00
# $FreeBSD$
1995-04-15 01:44:50 -04:00
#
PORTNAME= icon
PORTVERSION= 9.3.2
CATEGORIES= lang
1996-11-05 03:34:04 -05:00
MASTER_SITES= ftp://ftp.cs.arizona.edu/icon/packages/unix/
DISTNAME= unix
1998-02-20 07:19:49 -05:00
EXTRACT_SUFX= .tgz
1995-04-15 01:44:50 -04:00
MAINTAINER= ports@FreeBSD.org
1999-07-04 17:03:59 -04:00
ONLY_FOR_ARCHS= i386
DIST_SUBDIR= icon
1996-11-05 03:34:04 -05:00
NO_WRKSUBDIR= true
ALL_TARGET= Icon Icon-iconc
do-configure:
(cd ${WRKSRC}; ${MAKE} Configure name=intel_freebsd)
.include <bsd.port.mk>