2001-04-09 09:59:25 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: hypersrc
|
|
|
|
# Date created: Apr 9, 2001
|
|
|
|
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= hypersrc
|
2002-11-06 18:06:24 +01:00
|
|
|
PORTVERSION= 5.3.2
|
2001-04-09 09:59:25 +02:00
|
|
|
CATEGORIES= devel
|
2001-09-16 18:45:08 +02:00
|
|
|
MASTER_SITES= ftp://ftp.jimbrooks.org/hypersrc/%SUBDIR%/
|
|
|
|
MASTER_SITE_SUBDIR= latest old
|
2001-04-09 09:59:25 +02:00
|
|
|
|
2001-06-04 06:32:05 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2001-04-09 09:59:25 +02:00
|
|
|
|
|
|
|
RUN_DEPENDS= exctags:${PORTSDIR}/devel/ctags
|
|
|
|
|
2001-09-16 18:45:08 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
|
2002-11-06 18:06:24 +01:00
|
|
|
USE_PERL5= yes
|
2002-07-28 03:27:25 +02:00
|
|
|
USE_GNOMENG= yes
|
2002-11-06 18:06:24 +01:00
|
|
|
USE_GNOME= gnomelibs
|
|
|
|
USE_BISON= yes
|
2002-06-19 10:18:10 +02:00
|
|
|
USE_REINPLACE= yes
|
2002-11-06 18:06:24 +01:00
|
|
|
USE_GMAKE= yes
|
2002-06-17 22:34:07 +02:00
|
|
|
MAKEFILE= GNUmakefile
|
2001-04-09 09:59:25 +02:00
|
|
|
|
|
|
|
post-patch:
|
2002-11-06 18:06:24 +01:00
|
|
|
@${REINPLACE_CMD} -e 's|"ctags"|"exctags"|g' ${WRKSRC}/Hypersrc.pl
|
2002-06-17 22:34:07 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|"-i +m -x -u"|"-x"|g' ${WRKSRC}/ctags.pl
|
2001-04-09 09:59:25 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|