summaryrefslogtreecommitdiff
path: root/misc/lile/Makefile
blob: 792d433715b982af4147d8048532daf8b1ea8b3c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:	ile
# Version required:	1.6
# Date created:		25 Jun 1997
# Whom:			jmz
#
# $Id$
#

DISTNAME=	lile
PKGNAME=	ile-1.6
CATEGORIES=	misc
MASTER_SITES=	ftp://ftp.inria.fr/system/user/
EXTRACT_SUFX=	.tar.Z
MAINTAINER=	jmz@FreeBSD.org

MAN1=		ile.1

do-configure:
	@(cd ${WRKSRC}; mv Makefile Makefile.old; \
	sed -e s:/usr/local:${PREFIX}: <Makefile.old > Makefile; \
	echo all: ile >> Makefile)

.include <bsd.port.mk>