freebsd-ports/x11-clocks/wmfuzzy/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

25 lines
524 B
Makefile

# New ports collection makefile for: wmfuzzy
# Date created: 4 August 2002
# Whom: Adam Weinberger <adam@vectors.cx>
#
# $FreeBSD$
#
PORTNAME= wmfuzzy
PORTVERSION= 0.2
CATEGORIES= x11-clocks windowmaker
MASTER_SITES= http://www.manicai.net/comp/wmfuzzy/
EXTRACT_SUFX= .tgz
MAINTAINER= adamw@FreeBSD.org
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
WRKSRC= ${WRKDIR}/${PORTNAME}/src
USE_X_PREFIX= yes
USE_XPM= yes
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/wmfuzzy ${PREFIX}/bin
.include <bsd.port.mk>