5ca2a5e3a4
to tell you time. PR: ports/41336 Submitted by: Adam Weinberger <adam@vectors.cx> Reviewed by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
25 lines
522 B
Makefile
25 lines
522 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= adam@vectors.cx
|
|
|
|
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>
|