pkgsrc/sysutils/libfm-extra/Makefile
2021-12-08 16:01:42 +00:00

31 lines
962 B
Makefile

# $NetBSD: Makefile,v 1.19 2021/12/08 16:06:33 adam Exp $
#
DISTNAME= libfm-1.3.0.2
PKGNAME= libfm-extra-1.3.0.2
PKGREVISION= 7
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pcmanfm/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://pcmanfm.sourceforge.net/
COMMENT= File management library (extra)
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= intltool pkg-config msgfmt
CONFIGURE_ARGS+= --with-extra-only
INSTALLATION_DIRS= include/libfm
# XXX: walk-around bug in build wrappers
# they try to copy $PREFIX/include/libfm to work dir and there link libfm -> libfm-1.0 is resolved
# in the end a consumer of libfm cannot find nonexisting include/libfm
post-install:
${RUN} ${RM} -f ${DESTDIR}${PREFIX}/include/libfm
${RUN} ${CP} -r ${DESTDIR}${PREFIX}/include/libfm-1.0 ${DESTDIR}${PREFIX}/include/libfm
.include "../../devel/glib2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"