6f6fbe4bdf
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
41 lines
1018 B
Makefile
41 lines
1018 B
Makefile
# New ports collection makefile for: MToolsFM
|
|
# Date created: 12 Jan 2000
|
|
# Whom: Michael Vasilenko <acid@stu.cn.ua>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mtoolsfm
|
|
PORTVERSION= 1.9.5
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11-fm
|
|
MASTER_SITES= SF
|
|
DISTNAME= MToolsFM-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A graphical frontend to mtools
|
|
|
|
RUN_DEPENDS= mtools:${PORTSDIR}/emulators/mtools
|
|
|
|
USE_GNOME= gnomehack gtk12
|
|
USE_GETTEXT= yes
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
CONFIGURE_ARGS= --with-conffile="${PREFIX}/etc/mtoolsfm.conf"
|
|
|
|
MAN1= mtoolsfm.1
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|MToolsFM|mtoolsfm|g' ${WRKSRC}/configure
|
|
@${FIND} ${WRKSRC} -name 'Makefile.in' | ${XARGS} ${REINPLACE_CMD} -e \
|
|
's|MToolsFM|mtoolsfm|g'
|
|
@cd ${WRKSRC} && ${SED} -e \
|
|
's|MToolsFM|mtoolsfm|g ; \
|
|
s| /etc| ${PREFIX}/etc|g ; \
|
|
s|/usr/X11R6/bin|${PREFIX}/bin|g ; \
|
|
s|/usr/bin|${LOCALBASE}/bin|g ; \
|
|
s|^/etc|${PREFIX}/etc|g' < MToolsFM.1 > mtoolsfm.1
|
|
|
|
.include <bsd.port.mk>
|