mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
22 lines
484 B
Makefile
22 lines
484 B
Makefile
# New ports collection makefile for: icon
|
|
# Version required: 9.3.1
|
|
# Date created: 05 April 1995
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
|
|
#
|
|
# $Id: Makefile,v 1.11 1998/01/20 09:37:40 tg Exp $
|
|
#
|
|
|
|
DISTNAME= unix
|
|
PKGNAME= icon-9.3.1
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ftp://ftp.cs.arizona.edu/icon/packages/unix/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.ORG
|
|
|
|
DIST_SUBDIR= icon
|
|
NO_WRKSUBDIR= true
|
|
ALL_TARGET= Icon Icon-iconc
|
|
|
|
.include <bsd.port.mk>
|