Synchronize auto* tools naming convention with ones from FreeBSD

ports collection.

PR:		59189
Submitted by:	Koop Mast <einekoai@chello.nl>
This commit is contained in:
Alexander Nedotsukov 2003-11-13 11:11:34 +00:00
parent 6ef74950ba
commit dec4642a57
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93879

View file

@ -7,6 +7,7 @@
PORTNAME= glademm
PORTVERSION= 2.0.0.1
PORTREVISION= 1
CATEGORIES= devel gnome
MASTER_SITES= http://home.wtal.de/petig/Gtk/
DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION}
@ -15,6 +16,7 @@ MAINTAINER= bland@FreeBSD.org
COMMENT= A C++ code generator backend for glade and glade2
USE_X_PREFIX= yes
USE_REINPLACE= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack gnometarget
USE_LIBTOOL= yes
@ -24,5 +26,12 @@ USE_GETOPT_LONG= yes
post-patch:
${RM} -f ${WRKSRC}/src/getopt.*
@${REINPLACE_CMD} \
-e 's|automake-1.7|automake17|g' \
-e 's|automake-1.5|automake15|g' \
-e 's|automake-1.4|automake14|g' \
-e 's|autoconf2.50|autoconf257|g' \
-e 's|autoconf2.13|autoconf213|g' \
${WRKSRC}/src/glade--.cc
.include <bsd.port.post.mk>