19 lines
383 B
Makefile
19 lines
383 B
Makefile
# New ports collection makefile for: icon
|
|
# Version required: 9.0
|
|
# Date created: 05 April 1995
|
|
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= icon-9.0
|
|
DISTFILES= unix_tar.gz
|
|
CATEGORIES+= languages
|
|
MASTER_SITES= ftp://cs.arizona.edu/icon/packages/unix/
|
|
|
|
PATCH_STRIP= -p1
|
|
NO_WRKSUBDIR= true
|
|
ALL_TARGET= Icon
|
|
|
|
.include <bsd.port.mk>
|