mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
20 lines
454 B
Makefile
20 lines
454 B
Makefile
# 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.4 1995/11/22 13:12:50 asami 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>
|