1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/misc/lile/Makefile
Jean-Marc Zucconi 9241d8294e The lile port had a couple of issues with process id's
(signed/unsigned int mess ups) and not handling the
error when it occurred.

Submitted by:	Andy Newman <atrn@zeta.org.au>
2001-01-23 22:57:24 +00:00

26 lines
512 B
Makefile

# New ports collection makefile for: ile
# Date created: 25 Jun 1997
# Whom: jmz
#
# $FreeBSD$
#
PORTNAME= ile
PORTVERSION= 2.0
PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= ftp://ftp.inria.fr/system/user/
DISTNAME= lile-2.0
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; ${ECHO} CC=cc ${CFLAGS} >> Makefile)
.include <bsd.port.mk>