mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
35 lines
807 B
Makefile
35 lines
807 B
Makefile
# New ports collection makefile for: abs
|
|
# Version required: 0.5
|
|
# Date created: 20 January 1999
|
|
# Whom: gmarco
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= abs-src-0.6a
|
|
PKGNAME= abs-0.6
|
|
CATEGORIES= math
|
|
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>
|