freebsd-ports/sysutils/extipl/Makefile
OKAZAKI Tetsurou 8a0a10dc94 Add Extipl, a partition-selectable boot loader/installer which
makes coexistence of several operating systems on your machine.

PR:		23904, 24251
Submitted by:	KIMURA Takamichi <takamiti@tsden.org>
2001-03-22 15:04:23 +00:00

29 lines
554 B
Makefile

# New ports collection makefile for: extipl
# Date created: 8 January 2001
# Whom: KIMURA Takamichi <takamiti@tsden.org>
#
# $FreeBSD$
#
PORTNAME= extipl
PORTVERSION= 5.01
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.tsden.org/pub/extipl/PC-Unix/
MAINTAINER= takamiti@tsden.org
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
ONLY_FOR_ARCHS= i386
WRKSRC= ${WRKDIR}/${DISTNAME}/src
MAN8= extipl.8
MANCOMPRESSED= yes
post-patch:
cd ${WRKSRC}; \
${PERL} -pi -e 's/^(CC)\t=/$$1?=/;' \
-e 's/(DIR)[\t]*[?]=/$$1=/;' Makefile
.include <bsd.port.mk>