mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-30 21:49:25 +00:00
1bf8180052
Submitted by: Edward H. Flora <ehflora@access1.net>
24 lines
464 B
Makefile
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>
|