39 lines
977 B
Makefile
39 lines
977 B
Makefile
# $OpenBSD: Makefile,v 1.18 2016/08/27 15:47:39 jca Exp $
|
|
|
|
COMMENT= GTK+2 front-end for command line archiving tools
|
|
|
|
V= 0.2.8-6
|
|
DISTNAME= xarchive-$V
|
|
PKGNAME= xarchive-${V:S/-/./}
|
|
REVISION= 5
|
|
CATEGORIES= x11
|
|
|
|
HOMEPAGE= http://xarchive.sourceforge.net/
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
|
|
WANTLIB += Xrandr Xrender atk-1.0 c cairo fontconfig freetype
|
|
WANTLIB += gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gobject-2.0
|
|
WANTLIB += gtk-x11-2.0 intl pango-1.0 pangocairo-1.0 pangoft2-1.0
|
|
WANTLIB += pthread z
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xarchive/}
|
|
|
|
LIB_DEPENDS= devel/gettext \
|
|
x11/gtk+2
|
|
RUN_DEPENDS= devel/desktop-file-utils
|
|
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ENV= BASH_PROG=/bin/sh
|
|
|
|
pre-configure:
|
|
@perl -pi -e 's,AWK_PROGS="mawk gawk awk",AWK_PROGS="awk gawk mawk",g' \
|
|
${WRKSRC}/wrappers/*.src
|
|
${SUBST_CMD} ${WRKSRC}/doc/xarchive.1 \
|
|
${WRKSRC}/doc/xarchive.1.txt.src
|
|
|
|
.include <bsd.port.mk>
|