freebsd-ports/x11-fm/mtoolsfm/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

34 lines
902 B
Makefile

# Created by: Michael Vasilenko <acid@stu.cn.ua>
# $FreeBSD$
PORTNAME= mtoolsfm
PORTVERSION= 1.9.5
PORTREVISION= 3
CATEGORIES= x11-fm
MASTER_SITES= SF
DISTNAME= MToolsFM-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Graphical frontend to mtools
RUN_DEPENDS= mtools:emulators/mtools
USES= gettext pathfix
USE_GNOME= gtk12
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --with-conffile="${PREFIX}/etc/mtoolsfm.conf"
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>