aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/fluxter/Makefile
blob: ac39ccfbb569179faa42d99941457f94edc595d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:	fluxter
# Date created:				18 Aug 2003
# Whom:					Adam Weinberger
#
# $FreeBSD$
#

PORTNAME=	fluxter
PORTVERSION=	0.1.0
PORTREVISION=	2
CATEGORIES=	x11-wm
MASTER_SITES=	http://benedict.isomedia.com/homes/stevencooper/files/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Desktop pager for the Fluxbox Slit

USE_X_PREFIX=	yes
GNU_CONFIGURE=	yes
USE_GMAKE=	yes

post-patch:
	@${REINPLACE_CMD} -e "s|/fluxbox|/${PORTNAME}|g" \
		${WRKSRC}/Makefile.in ${WRKSRC}/data/README.fluxter \
		${WRKSRC}/data/Makefile.in

.include <bsd.port.mk>