mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
bafc0a270f
Remove trailing whitespace. Spotted by: vd
30 lines
605 B
Makefile
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>
|