2004-02-14 15:12:29 +01:00
|
|
|
# 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
|
2005-02-19 19:33:03 +01:00
|
|
|
MASTER_SITES= http://s1x.homelinux.net/files/
|
2004-02-14 15:12:29 +01:00
|
|
|
|
2005-03-01 13:28:00 +01:00
|
|
|
MAINTAINER= flz@FreeBSD.org
|
2004-02-14 15:12:29 +01:00
|
|
|
COMMENT= Lightweight EMWH Compliant Pager
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_BZIP2= yes
|
|
|
|
|
|
|
|
PLIST_FILES= bin/tpager
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|