99791896b9
Tint is a simple panel/taskbar intentionally made for openbox3, but should also work with other window managers. The goal is to keep a clean and unintrusive look with lightweight code and compliance with freedesktop specifications. from Pierre-Emmanuel Andre with some tweaks
43 lines
958 B
Makefile
43 lines
958 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2008/09/17 15:39:51 ajacoutot Exp $
|
|
|
|
COMMENT= lightweight freedesktop-compliant panel/taskbar/clock
|
|
|
|
DISTNAME= tint-0.6.0
|
|
CATEGORIES= x11
|
|
|
|
HOMEPAGE= http://code.google.com/p/tint2/
|
|
|
|
MAINTAINER= Pierre-Emmanuel Andre <pea@raveland.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= X11 Xau Xdmcp Xext Xinerama Xrender c cairo expat \
|
|
fontconfig freetype glib-2.0 glitz gmodule-2.0 \
|
|
gobject-2.0 m pixman-1 png z
|
|
|
|
MASTER_SITES= http://tint2.googlecode.com/files/
|
|
|
|
MODULES= devel/gettext
|
|
|
|
LIB_DEPENDS= Imlib2.>=2::graphics/imlib2 \
|
|
pango-1.0,pangoft2-1.0,pangocairo-1.0::devel/pango
|
|
|
|
USE_X11= Yes
|
|
USE_GMAKE= Yes
|
|
NO_REGRESS= Yes
|
|
|
|
WRKDIST= ${WRKDIR}/tint
|
|
WRKSRC= ${WRKDIST}/src
|
|
|
|
ALL_TARGET= tint
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tint
|
|
${INSTALL_DATA} ${WRKDIST}/doc/tint-0.6.* ${PREFIX}/share/doc/tint/
|
|
|
|
.include <bsd.port.mk>
|