freebsd-ports/x11/fspanel/Makefile
Ying-Chieh Liao 67705d5636 add fspanel 0.7.6
Tiny panel listing opened windows for gnome-compliant WM

PR:		34006
Submitted by:	The Anarcat <anarcat@anarcat.dyndns.org>
2002-04-02 16:36:27 +00:00

29 lines
673 B
Makefile

# New ports collection makefile for: fspanel
# Date created: 17 jan 2001
# Whom: The Anarcat <anarcat@anarcat.dyndns.org>
#
# $FreeBSD$
#
PORTNAME= fspanel
PORTVERSION= 0.7.6
CATEGORIES= x11
MASTER_SITES= http://sapphire.sourceforge.net/
# patched version is from sapphire project (0.7.6)
# the original version (0.7) is there
#MASTER_SITES= http://www.chatjunkies.org/${PORTNAME}/
MAINTAINER= anarcat@anarcat.dyndns.org
USE_X_PREFIX= yes
MAKEFILE= Makefile.freebsd
ALL_TARGET= ${PORTNAME}
pre-patch:
@${PERL} -pi.orig -e "s#/usr/local#${PREFIX}#g" ${WRKSRC}/${MAKEFILE}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>