1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/math/wmcalc/Makefile
Chris D. Faulhaber 1bf8180052 Update port to 0.21
Submitted by:	Edward H. Flora <ehflora@access1.net>
2000-11-06 23:36:22 +00:00

24 lines
464 B
Makefile

# New ports collection makefile for: wmcalc
# Date created: 28 March 2000
# Whom: Chris D. Faulhaber <jedgar@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= wmcalc
PORTVERSION= 0.21
CATEGORIES= math windowmaker
MASTER_SITES= http://members.access1.net/ehflora/wmcalc/
MAINTAINER= jedgar@FreeBSD.org
ALL_TARGET= clean wmcalc
USE_X_PREFIX= yes
USE_XPM= yes
NO_WRKSUBDIR= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmcalc ${PREFIX}/bin
.include <bsd.port.mk>