openbsd-ports/x11/wbar/Makefile
naddy c326edce1b The ${PROJECT}.googlecode.com/files/ master sites are no longer
accessible, but the distfiles are still available at an archive URL.
Introduce MASTER_SITE_GOOGLECODE and use it for all affected ports.

ok czarkoff@ danj@ sthen@
2016-10-01 11:54:14 +00:00

42 lines
904 B
Makefile

# $OpenBSD: Makefile,v 1.7 2016/10/01 11:54:18 naddy Exp $
COMMENT = Mac OS-X style lightweight application launcher
DISTNAME = wbar-2.3.4
EXTRACT_SUFX = .tgz
REVISION = 3
CATEGORIES= x11
HOMEPAGE= https://code.google.com/p/wbar/
# GPLv3
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += Imlib2 X11 Xext c freetype intl m stdc++ z
MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=wbar/}
MODULES = textproc/intltool
RUN_DEPENDS = devel/desktop-file-utils
LIB_DEPENDS = devel/gettext \
graphics/imlib2
USE_GMAKE = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
# XXX /proc/.../cmdline
CONFIGURE_ARGS += --disable-wbar-config
MAKE_FLAGS = bashcompletiondir=${PREFIX}/share/bash-completion/completions \
autostartdir=${PREFIX}/share/applications
FAKE_FLAGS = defaultdir=${PREFIX}/share/examples/wbar/wbar.d
.include <bsd.port.mk>