blob: e6871ddd4e55ac288a4daa67b5302f5c82f01336 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile,v 1.4 1999/05/18 22:01:36 mjl Exp $
#
DISTNAME= slrn-0.9.5.6
CATEGORIES= news
MASTER_SITES= ftp://space.mit.edu/pub/davis/slrn/ \
ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/slrn/
MAINTAINER= mjl@netbsd.org
HOMEPAGE= http://space.mit.edu/%7Edavis/slrn.html
DEPENDS+= libslang-1.2.2:../../devel/libslang
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-X --prefix=${PREFIX}
# the next is a workaround, as 1.3.2 install doesn't like -c and -d
# together
CONFIGURE_ENV+= INSTALL=/usr/bin/install
.include "../../mk/bsd.pkg.mk"
|