freebsd-ports/sysutils/extipl/Makefile
2003-02-21 13:28:59 +00:00

32 lines
718 B
Makefile

# New ports collection makefile for: extipl
# Date created: 8 January 2001
# Whom: KIMURA Takamichi <takamiti@tsden.org>
#
# $FreeBSD$
#
PORTNAME= extipl
PORTVERSION= 5.04
CATEGORIES= sysutils
MASTER_SITES= ftp://ports.jp.FreeBSD.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/ \
http://www.tsden.org/takamiti/extipl/archs/
MAINTAINER= takamiti@tsden.org
COMMENT= Partition-selectable boot loader for IBM-PC/AT compatibles
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
ONLY_FOR_ARCHS= i386
WRKSRC= ${WRKDIR}/${DISTNAME}/src
USE_REINPLACE= yes
MAN8= extipl.8
MANCOMPRESSED= yes
post-patch:
cd ${WRKSRC}; \
${REINPLACE_CMD} -e 's/^(CC)\t=/$$1?=/;' \
-e 's/(DIR)[\t]*[?]=/$$1=/;' Makefile
.include <bsd.port.mk>