mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
65ab34a667
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
24 lines
466 B
Makefile
24 lines
466 B
Makefile
# New ports collection makefile for: icon
|
|
# Version required: 9.3.2
|
|
# Date created: 05 April 1995
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= unix
|
|
PKGNAME= icon-9.3.2
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ftp://ftp.cs.arizona.edu/icon/packages/unix/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
DIST_SUBDIR= icon
|
|
NO_WRKSUBDIR= true
|
|
ALL_TARGET= Icon Icon-iconc
|
|
|
|
.include <bsd.port.mk>
|