summaryrefslogtreecommitdiff
path: root/math/abs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/abs/Makefile')
-rw-r--r--math/abs/Makefile19
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>