mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
20 lines
445 B
Makefile
20 lines
445 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.6 1996/11/12 02:18:28 obrien Exp $
|
|
#
|
|
|
|
DISTNAME= unix
|
|
PKGNAME= icon-9.1
|
|
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>
|