freebsd-ports/misc/wminfo/Makefile
Oliver Lehmann f4e43742fb Add wminfo 1.51, dockapp to run shell scripts and display the output.
PR:		62600
Submitted by:	Thomas Kempka <t.kempka@web.de>
2004-02-20 20:32:50 +00:00

32 lines
699 B
Makefile

# New ports collection makefile for: wminfo
# Date created: 09 February 2004
# Whom: Thomas Kempka <t.kempka@web.de>
#
# $FreeBSD$
#
PORTNAME= wminfo
PORTVERSION= 1.51
CATEGORIES= misc windowmaker
MASTER_SITES= http://kling.mine.nu/files/
MAINTAINER= t.kempka@web.de
COMMENT= Dockapp to run shell scripts and display the output
WRKSRC= ${WRKDIR}/${PORTNAME}/${PORTNAME}
USE_X_PREFIX= yes
USE_XPM= yes
USE_REINPLACE= yes
post-patch:
@${REINPLACE_CMD} -e 's|$$(LIBS)$$|& $$(OBJS)|g' \
-e 's|/usr/X11R6|$$(X11BASE)|g' \
-e 's|/share/include|/include|g' \
${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wminfo ${PREFIX}/bin
.include <bsd.port.mk>