mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
22 lines
466 B
Makefile
22 lines
466 B
Makefile
# Created by: Adam Weinberger
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fluxter
|
|
PORTVERSION= 0.2.0
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= http://www.hydrus.org.uk/downloads/
|
|
|
|
MAINTAINER= jgh@FreeBSD.org
|
|
COMMENT= Desktop pager for the Fluxbox Slit
|
|
|
|
USE_XORG= x11 ice xproto xt xaw xext
|
|
GNU_CONFIGURE= yes
|
|
USES= gmake
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "s|/fluxbox|/${PORTNAME}|g" \
|
|
${WRKSRC}/Makefile.in ${WRKSRC}/data/README.fluxter \
|
|
${WRKSRC}/data/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|