mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
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:
parent
6ef74950ba
commit
dec4642a57
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93879
1 changed files with 9 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= glademm
|
PORTNAME= glademm
|
||||||
PORTVERSION= 2.0.0.1
|
PORTVERSION= 2.0.0.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel gnome
|
CATEGORIES= devel gnome
|
||||||
MASTER_SITES= http://home.wtal.de/petig/Gtk/
|
MASTER_SITES= http://home.wtal.de/petig/Gtk/
|
||||||
DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION}
|
DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION}
|
||||||
|
@ -15,6 +16,7 @@ MAINTAINER= bland@FreeBSD.org
|
||||||
COMMENT= A C++ code generator backend for glade and glade2
|
COMMENT= A C++ code generator backend for glade and glade2
|
||||||
|
|
||||||
USE_X_PREFIX= yes
|
USE_X_PREFIX= yes
|
||||||
|
USE_REINPLACE= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
USE_GNOME= gnomeprefix gnomehack gnometarget
|
USE_GNOME= gnomeprefix gnomehack gnometarget
|
||||||
USE_LIBTOOL= yes
|
USE_LIBTOOL= yes
|
||||||
|
@ -24,5 +26,12 @@ USE_GETOPT_LONG= yes
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
${RM} -f ${WRKSRC}/src/getopt.*
|
${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>
|
.include <bsd.port.post.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue