freebsd-ports/x11-wm/pager/Makefile
Tijl Coosemans f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00

29 lines
694 B
Makefile

# Created by: Michael Ebert <ebert@informatik.unibw-muenchen.de>
# $FreeBSD$
PORTNAME= pager
PORTVERSION= 0.90.3
PORTREVISION= 2
CATEGORIES= x11-wm
MASTER_SITES= http://download.tuxfamily.org/sawfishpager/
DISTNAME= sawfish-pager-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Pager for sawfish without GNOME
BUILD_DEPENDS= sawfish:x11-wm/sawfish
RUN_DEPENDS= sawfish:x11-wm/sawfish
USE_GNOME= gtk20
USES= gmake pkgconfig tar:xz
GNU_CONFIGURE= yes
PLIST_FILES= lib/sawfish/sawfishpager \
share/sawfish/lisp/sawfish/wm/ext/pager.jl \
share/sawfish/lisp/sawfish/wm/ext/pager.jlc
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/sawfish/sawfishpager
.include <bsd.port.mk>