diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-03-28 12:46:20 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-03-28 12:46:20 +0000 |
commit | 097b78a84f3c398e015c0c45c1a63f8a49015f3e (patch) | |
tree | 8f811950d1bc94917f574a2eca6136718f124ea5 /math/wmcalc/Makefile | |
parent | 8d3d318a697574abc0eed62d53a56f2a8d2cc8af (diff) |
Notes
Diffstat (limited to 'math/wmcalc/Makefile')
-rw-r--r-- | math/wmcalc/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/math/wmcalc/Makefile b/math/wmcalc/Makefile new file mode 100644 index 000000000000..49df13c22e46 --- /dev/null +++ b/math/wmcalc/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: wmcalc +# Version required: 0.1 +# Date created: 28 March 2000 +# Whom: Chris D. Faulhaber <jedgar@FreeBSD.org> +# +# $FreeBSD$ +# + +DISTNAME= wmcalc-0.1 +CATEGORIES= math windowmaker +MASTER_SITES= http://members.access1.net/ehflora/wmcalc/ + +MAINTAINER= jedgar@FreeBSD.org + +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm + +ALL_TARGET= wmcalc +USE_X_PREFIX= yes +WRKSRC= ${WRKDIR}/wmcalc + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/wmcalc ${PREFIX}/bin + +.include <bsd.port.mk> |