diff --git a/x11/emelfm2/Makefile b/x11/emelfm2/Makefile index 1c75b6345de..0f67922b352 100644 --- a/x11/emelfm2/Makefile +++ b/x11/emelfm2/Makefile @@ -1,12 +1,12 @@ -# $OpenBSD: Makefile,v 1.31 2019/07/12 20:51:10 sthen Exp $ +# $OpenBSD: Makefile,v 1.32 2021/02/01 00:56:58 kn Exp $ -COMMENT = GTK+2 file manager +COMMENT = GTK based file manager with two-pane design DISTNAME = emelfm2-0.9.1 -REVISION = 2 +REVISION = 3 CATEGORIES = x11 -HOMEPAGE = http://emelfm2.net/ +HOMEPAGE = http://emelfm.sourceforge.net/ # GPLv3 PERMIT_PACKAGE = Yes @@ -28,4 +28,7 @@ MAKE_ENV = MAN_DIR=${DESTDIR}/$(PREFIX)/man/man1 CC=${CC} lCFLAGS="${CFLAGS} -I$ USE_GMAKE = Yes NO_TEST = Yes +# XXX twenty duplicate symbols +COPTS = -fcommon + .include diff --git a/x11/emelfm2/pkg/DESCR b/x11/emelfm2/pkg/DESCR index 06f4c4d098f..3d5c28404c7 100644 --- a/x11/emelfm2/pkg/DESCR +++ b/x11/emelfm2/pkg/DESCR @@ -2,3 +2,5 @@ emelFM2 is a file manager that implements the popular two-pane design. It features a simple GTK+2 interface, a flexible filetyping scheme, and a built-in command line for executing commands without opening an xterm. + +This port is patches to use GTK+3.