diff options
author | Steve Price <steve@FreeBSD.org> | 1999-04-19 04:01:39 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-04-19 04:01:39 +0000 |
commit | 86e285da9f59d7dfa48f6038e87fd3fdd87cf71e (patch) | |
tree | f5a72668753404650df3aec57013cafccdbbfeb0 /math/abs/Makefile | |
parent | Update to version 0.14. (diff) |
Update to version 0.6a.
PR: 11110
Submitted by: maintainer
Diffstat (limited to 'math/abs/Makefile')
-rw-r--r-- | math/abs/Makefile | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/math/abs/Makefile b/math/abs/Makefile index cb43a58a6814..8ba75ebe5585 100644 --- a/math/abs/Makefile +++ b/math/abs/Makefile @@ -3,21 +3,32 @@ # Date created: 20 January 1999 # Whom: gmarco # -# $Id: Makefile,v 1.1.1.1 1999/01/26 03:43:37 steve Exp $ +# $Id: Makefile,v 1.2 1999/03/24 17:43:06 steve Exp $ # -DISTNAME= abs-src-0.5 -PKGNAME= abs-0.5 +DISTNAME= abs-src-0.6a +PKGNAME= abs-0.6 CATEGORIES= math -MASTER_SITES= http://www.ping.be/bertin/ +MASTER_SITES= http://www.ping.be/bertin/ \ + http://www.giovannelli.it/~gmarco/files/ MAINTAINER= freebsd@scotty.masternet.it LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm USE_XLIB= yes +WRKSRC= ${WRKDIR}/abs-src-0.6a/src do-install: ${INSTALL_PROGRAM} ${WRKSRC}/abs ${PREFIX}/bin +post-install: + @${ECHO} "For the changes from previous version 0.5" + @${ECHO} "you can read the NEWS file in ${WRKDIR}/abs-src-0.6a" + @${ECHO} "" + @${ECHO} "There are also some examples (not installed) in :" + @${ECHO} "${WRKDIR}/abs-src-0.6a/Examples" + @${ECHO} "" + @${ECHO} "" + .include <bsd.port.mk> |