diff options
author | wiz <wiz@pkgsrc.org> | 2001-01-04 17:42:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-01-04 17:42:03 +0000 |
commit | daf5d45e422ae0027fc881f7b16dbc50b0ca6027 (patch) | |
tree | 666b17c4a2f996c21d5fce8a781a8672dc828ae0 /sysutils | |
parent | af5352cc9092417e8dc5cddf705f1526369bd0bc (diff) | |
download | pkgsrc-daf5d45e422ae0027fc881f7b16dbc50b0ca6027.tar.gz |
USE_LIBINTL and BUILD_DEPENDS instead of DEPENDS on gettext; fix PLIST.
Update HOMEPAGE and MASTER_SITE.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/apcupsd/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/sysutils/apcupsd/Makefile b/sysutils/apcupsd/Makefile index c378cce7860..4a750c1a920 100644 --- a/sysutils/apcupsd/Makefile +++ b/sysutils/apcupsd/Makefile @@ -1,17 +1,18 @@ -# $NetBSD: Makefile,v 1.2 2000/08/05 07:31:15 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2001/01/04 17:42:04 wiz Exp $ # DISTNAME= apcupsd-3.6.2 CATEGORIES= sysutils -MASTER_SITES= http://www.brisse.dk/dlarea/ +MASTER_SITES= ftp://ftp.oasi.gpa.it/pub/apcupsd/stable/tar/ MAINTAINER= bouyer@netbsd.org -HOMEPAGE= http://www.brisse.dk/site/apcupsd/ +HOMEPAGE= http://www.sibbald.com/apcupsd/ BUILD_DEPENDS+= autoreconf:../../devel/autoconf -DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext +BUILD_DEPENDS+= msgfmt:../../devel/gettext USE_GMAKE= # defined +USE_LIBINTL= # defined GNU_CONFIGURE= # defined CONFIGURE_ARGS+= --enable-http # include http support @@ -24,9 +25,6 @@ CONFIGURE_ARGS+= --enable-http # include http support CONFIGURE_ARGS+= --with-catgets # use catgets functions CONFIGURE_ARGS+= --enable-nls # i18n support -CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" -CPPFLAGS+= -I${LOCALBASE}/include # libintl.h -CFLAGS+= -I${LOCALBASE}/include # libintl.h pre-configure: cd ${WRKSRC} && autoreconf --force |