freebsd-ports/sysutils/extipl/Makefile
Ying-Chieh Liao 02cf4a3dc2 upgrade to 5.04
PR:		38799
Submitted by:	maintainer
2002-06-01 17:05:41 +00:00

30 lines
626 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
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>