mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
d55e522178
BLOCKSIZE. Patch icon to ignore this variable. Update my e-mail address while I'm here. PR: 5406
22 lines
483 B
Makefile
22 lines
483 B
Makefile
# New ports collection makefile for: icon
|
|
# Version required: 9.3
|
|
# Date created: 05 April 1995
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
|
|
#
|
|
# $Id: Makefile,v 1.10 1997/11/04 04:12:09 asami Exp $
|
|
#
|
|
|
|
DISTNAME= unix
|
|
EXTRACT_SUFX= .tgz
|
|
PKGNAME= icon-9.3
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ftp://ftp.cs.arizona.edu/icon/packages/unix/
|
|
|
|
MAINTAINER= ports@freebsd.org
|
|
|
|
DIST_SUBDIR= icon
|
|
NO_WRKSUBDIR= true
|
|
ALL_TARGET= Icon Icon-iconc
|
|
|
|
.include <bsd.port.mk>
|