freebsd-ports/x11-wm/wmakerconf/Makefile
Joe Marcus Clarke 29747f458a Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:	mezz, ahze, pav, and many others
Approved by:	portmgr (implicit, kris)
2006-10-14 08:54:54 +00:00

50 lines
1.3 KiB
Makefile

# New ports collection makefile for: wmakerconf
# Date Created: 14 August 1999
# Whom: Dominik Rothert <dr@domix.de>
#
# $FreeBSD$
# $MCom: ports/x11-wm/wmakerconf/Makefile,v 1.2 2006/10/05 07:31:44 mezz Exp $
#
PORTNAME= wmakerconf
PORTVERSION= 2.11
PORTREVISION= 3
CATEGORIES= x11-wm
MASTER_SITES= http://www.starplot.org/wmakerconf/
MAINTAINER= ports@FreeBSD.org
COMMENT= A configuration tool for Window Maker
LIB_DEPENDS= wraster.4:${PORTSDIR}/x11-wm/windowmaker
RUN_DEPENDS= rpm:${PORTSDIR}/archivers/rpm
USE_X_PREFIX= yes
USE_GNOME= gnometarget gtk20
USE_PERL5= yes
USE_GETTEXT= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-wmakerdir="${X11BASE}/share/WindowMaker"
MAN1= mkpreview.1 wmakerconf.1
post-extract:
@${FIND} ${WRKSRC} -name "*.gmo" -delete
pre-configure:
@${PERL} -pi -e 's|lynx wget|lynx fetch|g' ${WRKSRC}/configure
@${PERL} -pi -e 's|: install-data-local|:|g' ${WRKSRC}/Makefile.in
.for file in data/WMWmakerconf data/WMWmakerconf.gettext
@${PERL} -pi -e 's|/usr/local/share|${LOCALBASE}|g ; \
s|/usr/share|${X11BASE}|g' ${WRKSRC}/${file}
.endfor
.for file in data/po/ja.po po/ja.po
@${PERL} -pi -e 's|JISX-0208-1983-0|euc-jp|g' ${WRKSRC}/${file}
.endfor
post-install:
@${MKDIR} ${PREFIX}/share/applications
${INSTALL_DATA} ${WRKSRC}/wmakerconf.desktop \
${PREFIX}/share/applications
.include <bsd.port.mk>