blob: 44e499876bf373a1278720940176bc2ea51270da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.3 2001/01/12 12:33:18 dent Exp $
#
DISTNAME= tn5250-0.12.51
CATEGORIES= net
MASTER_SITES= ftp://ftp.blarg.net/users/mmadore/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.linux-sna.org/software/5250/
DEPENDS+= ncurses>=4.2:../../devel/ncurses
GNU_CONFIGURE= YES
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
CPPFLAGS+= -I${LOCALBASE}/include
.include "../../mk/bsd.pkg.mk"
|