dfd64c344b
PR: 41893 Submitted by: Erwin Lansing <erwin@lansing.dk>
33 lines
720 B
Makefile
33 lines
720 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: hypersrc
|
|
# Date created: Apr 9, 2001
|
|
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= hypersrc
|
|
PORTVERSION= 5.2.11
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://ftp.jimbrooks.org/hypersrc/%SUBDIR%/
|
|
MASTER_SITE_SUBDIR= latest old
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
RUN_DEPENDS= exctags:${PORTSDIR}/devel/ctags
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
USE_BISON= yes
|
|
USE_GNOMENG= yes
|
|
USE_GNOME= gnomeprefix gnomelibs
|
|
USE_GMAKE= yes
|
|
USE_REINPLACE= yes
|
|
MAKEFILE= GNUmakefile
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|/usr/bin/ctags|${LOCALBASE}/bin/exctags|g' ${WRKSRC}/Hypersrc.pl
|
|
@${REINPLACE_CMD} -e 's|"-i +m -x -u"|"-x"|g' ${WRKSRC}/ctags.pl
|
|
|
|
.include <bsd.port.mk>
|