freebsd-ports/x11-wm/tpager/Makefile
Pav Lucistnik 03c3b1b888 Add tpager, a really tiny pager for EWMH compliant WMs.
PR:		ports/62715
Submitted by:	Florent Thoumie <flz@xbsd.org>
2004-02-14 14:12:29 +00:00

23 lines
421 B
Makefile

# New ports collection makefile for: tpager
# Date created: Feb 12 2004
# Whom: Florent Thoumie <flz@xbsd.org>
#
# $FreeBSD$
#
PORTNAME= tpager
PORTVERSION= 0.2
CATEGORIES= x11-wm
MASTER_SITES= http://s1x.homelinux.net/downloads/
MAINTAINER= flz@xbsd.org
COMMENT= Lightweight EMWH Compliant Pager
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_X_PREFIX= yes
USE_BZIP2= yes
PLIST_FILES= bin/tpager
.include <bsd.port.mk>