freebsd-ports/devel/rhtvision/Makefile
Hye-Shik Chang b5865331f2 - Add workaround for gcc3
- Remove RUN_DEPENDS from PERL5 (used on building only)
- Bump PORTREVISION

Obtained from: SourceForge CVS
2002-06-25 12:57:24 +00:00

35 lines
762 B
Makefile

# New ports collection makefile for: rhtvision
# Date created: 18 June 2002
# Whom: Hye-Shik Chang
#
# $FreeBSD$
#
PORTNAME= rhtvision
PORTVERSION= 1.1.4
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= tvision
DISTNAME= rhtvision-${PORTVERSION}.src
MAINTAINER= perky@FreeBSD.org
BUILD_DEPENDS= ${PERL5}:${PORTSDIR}/lang/perl5
WRKSRC= ${WRKDIR}/tvision
USE_GMAKE= yes
USE_REINPLACE= yes
INSTALLS_SHLIB= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
PATCHPERL_FILES=config.pl confignt.pl conflib.pl linux/compress \
linuxso/makemak.in linuxso/makemak.pl
post-patch:
.for f in ${PATCHPERL_FILES}
@${REINPLACE_CMD} -e 's,/usr/bin/perl,${PERL5},g' ${WRKSRC}/${f}
.endfor
.include <bsd.port.mk>