summaryrefslogtreecommitdiff
path: root/lang/icon/Makefile
blob: f549b27b3f71564e583d79aae47f1f2d126790ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# New ports collection makefile for:    icon
# Version required:     9.1
# Date created:         05 April 1995
# Whom:                 thomas@ghpc8.ihf.rwth-aachen.de
#
# $Id: Makefile,v 1.5 1996/11/05 08:33:57 tg Exp $
#

DISTNAME=       icon-9.1
DISTFILES=	unix.tar.gz
CATEGORIES=	lang
MASTER_SITES=	ftp://ftp.cs.arizona.edu/icon/packages/unix/

MAINTAINER=	ports@freebsd.org

NO_WRKSUBDIR=	true
ALL_TARGET=	Icon Icon-iconc

.include <bsd.port.mk>