2003-11-04 10:27:09 +01:00
|
|
|
# New ports collection makefile for: glademm
|
|
|
|
# Date created: 4th November 2003
|
|
|
|
# Whom: Alexander Nedotsukov <bland@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= glademm
|
|
|
|
PORTVERSION= 2.0.0.1
|
2004-02-04 06:21:48 +01:00
|
|
|
PORTREVISION= 2
|
2003-11-04 10:27:09 +01:00
|
|
|
CATEGORIES= devel gnome
|
|
|
|
MASTER_SITES= http://home.wtal.de/petig/Gtk/
|
|
|
|
DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= bland@FreeBSD.org
|
|
|
|
COMMENT= A C++ code generator backend for glade and glade2
|
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
2003-11-13 12:11:34 +01:00
|
|
|
USE_REINPLACE= yes
|
2003-11-04 10:27:09 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GNOME= gnomeprefix gnomehack gnometarget
|
2004-03-14 07:17:56 +01:00
|
|
|
USE_LIBTOOL_VER= 13
|
2003-11-04 10:27:09 +01:00
|
|
|
USE_GETOPT_LONG= yes
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
${RM} -f ${WRKSRC}/src/getopt.*
|
2003-11-13 12:11:34 +01:00
|
|
|
@${REINPLACE_CMD} \
|
2004-07-01 19:06:41 +02:00
|
|
|
-e 's|automake-1.7|automake18|g' \
|
2003-11-13 12:11:34 +01:00
|
|
|
-e 's|automake-1.5|automake15|g' \
|
|
|
|
-e 's|automake-1.4|automake14|g' \
|
2004-07-01 19:06:41 +02:00
|
|
|
-e 's|autoconf2.50|autoconf259|g' \
|
2003-11-13 12:11:34 +01:00
|
|
|
-e 's|autoconf2.13|autoconf213|g' \
|
|
|
|
${WRKSRC}/src/glade--.cc
|
2003-11-04 10:27:09 +01:00
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|