summaryrefslogtreecommitdiff
path: root/lang/icon/Makefile
blob: e28f843c0fb3aabe04b81536ee317893f8139cd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:    icon
# Version required:     9.3
# Date created:         05 April 1995
# Whom:                 thomas@ghpc8.ihf.rwth-aachen.de
#
# $NetBSD: Makefile,v 1.5 1998/02/01 10:26:26 frueauf Exp $
# FreeBSD Id: Makefile,v 1.8 1997/02/12 08:39:15 tg Exp
#

DISTNAME=       unix
PKGNAME=	icon-9.3
CATEGORIES=	lang
MASTER_SITES=	ftp://ftp.cs.arizona.edu/icon/packages/unix/
ONLY_FOR_ARCHS=	i386

MAINTAINER=	ports@freebsd.org

NO_WRKSUBDIR=	true
ALL_TARGET=	Icon Icon-iconc

OPSYS!=         uname -s
.if (${OPSYS} == "NetBSD")
MANCOMPRESSED=	yes
.endif

MAN1=		icon.1

.include <bsd.port.mk>