aboutsummaryrefslogtreecommitdiff
path: root/math/aamath
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-04-18 11:46:10 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-04-18 11:46:10 +0000
commitc44fa33a5e74f28fd77012aba7e3a9c8d633e36a (patch)
treee6dd259a421e47b261f2bd597fcca9e4eec75ae0 /math/aamath
parent06e0fcfad4fcd1229d0855aef4a391838f476cf3 (diff)
downloadports-c44fa33a5e74f28fd77012aba7e3a9c8d633e36a.tar.gz
ports-c44fa33a5e74f28fd77012aba7e3a9c8d633e36a.zip
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter i-m
Notes
Notes: svn path=/head/; revision=190286
Diffstat (limited to 'math/aamath')
-rw-r--r--math/aamath/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/math/aamath/Makefile b/math/aamath/Makefile
index e5da24494b20..2ddf9a7d85e0 100644
--- a/math/aamath/Makefile
+++ b/math/aamath/Makefile
@@ -22,15 +22,7 @@ MAN1= aamath.1
MAKE_ENV+= LDFLAGS="${LDFLAGS}"
LDFLAGS= -lreadline
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline
-CFLAGS+= -I${LOCALBASE}/include
-LDFLAGS= ${LOCALBASE}/lib/libreadline.so
-.endif
-
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/aamath ${PREFIX}/bin
@${INSTALL_DATA} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>