freebsd-ports/lang/icon/Makefile
R. Imura cbf4ddb7b0 - Merge scripts/configure into Makefile
- Support install macros

PR:		15916
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
CVg: Obtained from:   Fill this in if the change is from third party software.
2000-01-14 17:09:03 +00:00

27 lines
535 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
do-configure:
(cd ${WRKSRC}; ${MAKE} Configure name=intel_freebsd)
.include <bsd.port.mk>