1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/lang/icon/Makefile

22 lines
482 B
Makefile
Raw Normal View History

# New ports collection makefile for: icon
# Version required: 9.3
# Date created: 05 April 1995
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
#
# $Id: Makefile,v 1.9 1997/10/31 21:54:47 jseger Exp $
1995-04-15 05:44:50 +00:00
#
1996-11-15 19:16:25 +00:00
DISTNAME= unix
EXTRACT_SUFX= .tgz
PKGNAME= icon-9.3
CATEGORIES= lang
1996-11-05 08:34:04 +00:00
MASTER_SITES= ftp://ftp.cs.arizona.edu/icon/packages/unix/
1995-04-15 05:44:50 +00:00
1996-11-05 08:34:04 +00:00
MAINTAINER= ports@freebsd.org
DIST_SUBDIR= icon
1996-11-05 08:34:04 +00:00
NO_WRKSUBDIR= true
ALL_TARGET= Icon Icon-iconc
.include <bsd.port.mk>