mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
b763c50895
Closes 1/13th of PR #2677 ;-).
20 lines
445 B
Makefile
20 lines
445 B
Makefile
# 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.7 1996/11/15 19:16:25 obrien Exp $
|
|
#
|
|
|
|
DISTNAME= unix
|
|
PKGNAME= icon-9.3
|
|
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>
|