mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
3e4ed01146
- 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)
34 lines
760 B
Makefile
34 lines
760 B
Makefile
# New ports collection makefile for: glademm
|
|
# Date created: 4th November 2003
|
|
# Whom: Alexander Nedotsukov <bland@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= glademm
|
|
PORTVERSION= 2.6.0
|
|
PORTREVISION= 3
|
|
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
|
|
USE_GNOME= gnomeprefix gnomehack gnometarget
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/glade-- bin/glademm-embed
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
post-patch:
|
|
@${RM} -f ${WRKSRC}/src/getopt.*
|
|
@${REINPLACE_CMD} \
|
|
-Ee '/^@AMDEP/!s|getopt([^[:space:]])+||g' \
|
|
-Ee '/^@AMDEP(.)+getopt/d' \
|
|
${WRKSRC}/src/Makefile.in
|
|
|
|
.include <bsd.port.post.mk>
|