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
|
2005-04-25 06:31:04 +02:00
|
|
|
PORTVERSION= 2.6.0
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
PORTREVISION= 3
|
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_GMAKE= yes
|
2011-08-11 21:20:17 +02:00
|
|
|
USE_GNOME= gnomeprefix gnomehack
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2003-11-04 10:27:09 +01:00
|
|
|
|
2005-04-25 06:31:04 +02:00
|
|
|
PLIST_FILES= bin/glade-- bin/glademm-embed
|
|
|
|
|
2003-11-04 10:27:09 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
post-patch:
|
2005-04-25 06:31:04 +02:00
|
|
|
@${RM} -f ${WRKSRC}/src/getopt.*
|
|
|
|
@${REINPLACE_CMD} \
|
|
|
|
-Ee '/^@AMDEP/!s|getopt([^[:space:]])+||g' \
|
|
|
|
-Ee '/^@AMDEP(.)+getopt/d' \
|
|
|
|
${WRKSRC}/src/Makefile.in
|
2003-11-04 10:27:09 +01:00
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|