blob: a93c9a0991af8398f2be905bb9fc5957887ce6d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: readline
# Version required: 2.1
# Date created: Fri Mar 6 19:07:28 GMT 1998
# Whom: Alistair Crooks (agc@netbsd.org)
#
# $NetBSD: Makefile,v 1.1 1998/03/08 01:40:39 agc Exp $
#
DISTNAME= readline-2.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
BUILD_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo
GNU_CONFIGURE= yes
MAN3= readline.3
post-install:
@install-info ${PREFIX}/info/readline.info ${PREFIX}/info/dir
.include <bsd.port.mk>
|