mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
29ca3dfb18
* Author rearranged the Makefile (and recompiled the linked objects contained within the DISTFILE) Update Makefile patch (patch-aa) to reflect the above changes Add 'clean' to ALL_TARGET so we do not link with the author's precompiled objects in the DISTFILE (FreeBSD's linker doesn't like Linux object files).
25 lines
503 B
Makefile
25 lines
503 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.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= clean wmcalc
|
|
USE_X_PREFIX= yes
|
|
WRKSRC= ${WRKDIR}/wmcalc
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/wmcalc ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|