Date: Tue, 3 Jun 1997 15:44:33 -0700 (PDT) From: Satoshi Asami <asami@FreeBSD.ORG> To: eagriff@global2000.net, asami@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/3466 Message-ID: <199706032244.PAA01603@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
Synopsis: FreeBSD origional port of auto loan payments calculator State-Changed-From-To: open-closed State-Changed-By: asami State-Changed-When: Tue Jun 3 15:43:45 PDT 1997 State-Changed-Why: Thanks, committed. By the way, these are my changes: === diff -ru apc/Makefile apc.new/Makefile --- apc/Makefile Thu May 1 14:16:10 1997 +++ apc.new/Makefile Tue Jun 3 15:37:24 1997 @@ -1,26 +1,24 @@ -# New ports collection makefile for: apc -# For apc utility happily subbmitted to FreeBSD Project -# for consideration for addition to the FreeBSD ports -# Collection. +# New ports collection makefile for: apc +# Version required: 1.0.1-beta +# Date created: May 1 1997 +# Whom: Eric A. Griff <eagriff@global2000.net> # -# By: Eric A. Griff +# $Id$ # DISTNAME= apc-1.0.1-beta PKGNAME= apc-1.0.1b -CATEGORIES= # *UNKNOWN* +CATEGORIES= math MASTER_SITES= http://members.global2000.net/~eagriff/ -MAINTAINER= # *UNKNOWN* me maybe? (eagriff@global2000.net) +MAINTAINER= eagriff@global2000.net -LIB_DEPENDS= xforms\\.0\\.8:${PORTSDIR}/x11/xforms +LIB_DEPENDS= xforms\\.0\\.86:${PORTSDIR}/x11/xforms -ALL_TARGET= "apc" +ALL_TARGET= apc USE_X11= YES -WRKSRC= ${WRKDIR}/apc-1.0.1-beta do-install: - @strip ${WRKSRC}/apc @${INSTALL_PROGRAM} ${WRKSRC}/apc ${PREFIX}/bin/ .include <bsd.port.mk> === Note that ${INSTALL_PROGRAM} already strips the binaries.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706032244.PAA01603>