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
546 B
Makefile
Raw Normal View History

# New ports collection makefile for: ile
1997-08-15 16:47:17 +00:00
# Version required: 2.0
# Date created: 25 Jun 1997
# Whom: jmz
#
1999-07-04 21:19:08 +00:00
# $Id: Makefile,v 1.3 1997/08/15 16:47:08 jmz Exp $
#
1997-08-15 16:47:17 +00:00
DISTNAME= lile-2.0
PKGNAME= ile-2.0
CATEGORIES= misc
MASTER_SITES= ftp://ftp.inria.fr/system/user/
1997-08-15 16:47:17 +00:00
EXTRACT_SUFX= .tar.z
1997-06-29 09:08:47 +00:00
MAINTAINER= jmz@FreeBSD.org
MAN1= ile.1
do-configure:
1999-07-04 21:19:08 +00:00
@(cd ${WRKSRC}; ${MV} Makefile Makefile.old; \
${SED} -e s:/usr/local:${PREFIX}: <Makefile.old > Makefile; \
${ECHO} all: ile >> Makefile; ${ECHO} CC=cc ${CFLAGS} >> Makefile)
.include <bsd.port.mk>