1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/x11-wm/tpager/Makefile
Florent Thoumie bafc0a270f Expiration date is Dec 7, _2006_.
Remove trailing whitespace.

Spotted by:	vd
2006-10-09 08:21:24 +00:00

30 lines
605 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/files/
MAINTAINER= flz@FreeBSD.org
COMMENT= Lightweight EMWH Compliant Pager
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_X_PREFIX= yes
USE_BZIP2= yes
PLIST_FILES= bin/tpager
DEPRECATED= Unmaintained and disappears from MASTER_SITE on a regular basis
EXPIRATION_DATE=2006-12-07
post-patch:
@${REINPLACE_CMD} -e 's#/usr/X11R6#${X11BASE}#' ${WRKSRC}/Makefile
.include <bsd.port.mk>