1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/misc/lile/Makefile

25 lines
500 B
Makefile
Raw Normal View History

# New ports collection makefile for: ile
# Version required: 1.6
# Date created: 25 Jun 1997
# Whom: jmz
#
1997-06-29 09:08:47 +00:00
# $Id: Makefile,v 1.1.1.1 1997/06/28 00:54:46 jmz Exp $
#
DISTNAME= lile
PKGNAME= ile-1.6
CATEGORIES= misc
MASTER_SITES= ftp://ftp.inria.fr/system/user/
EXTRACT_SUFX= .tar.Z
1997-06-29 09:08:47 +00:00
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>