Update to 1.4.1a. USE_LIBINTL, USE_LIBTOOL.
Changes since 1.4.0: Bugfixes in list building/updating, and cancels on opennap servers.
This commit is contained in:
parent
bfe7c1b363
commit
809a321c1a
3 changed files with 12 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.10 2000/10/22 11:05:57 rh Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2000/12/02 02:52:46 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gnapster-1.4.0
|
||||
DISTNAME= gnapster-1.4.1a
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.faradic.net/~jasta/files/
|
||||
|
||||
|
@ -9,14 +9,14 @@ MAINTAINER= tron@netbsd.org
|
|||
HOMEPAGE= http://www.faradic.net/~jasta/programs.html
|
||||
|
||||
DEPENDS+= gnome-core-*:../../x11/gnome-core
|
||||
BUILD_DEPENDS+= msgfmt:../../devel/gettext
|
||||
|
||||
USE_X11BASE= YES
|
||||
USE_GMAKE= YES
|
||||
USE_LIBINTL= YES
|
||||
USE_LIBTOOL= YES
|
||||
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
|
||||
|
||||
GNU_CONFIGURE= # defined
|
||||
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include # libintl.h
|
||||
CPPFLAGS+= -DUSE_IMLIB=1
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
$NetBSD: md5,v 1.10 2000/10/22 11:05:57 rh Exp $
|
||||
$NetBSD: md5,v 1.11 2000/12/02 02:52:47 wiz Exp $
|
||||
|
||||
MD5 (gnapster-1.4.0.tar.gz) = 0392721d28472fbd7ddb95245097df48
|
||||
MD5 (gnapster-1.4.1a.tar.gz) = 4d3bee05e18c2bf5158827fbbb7c65b6
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
@comment $NetBSD: PLIST,v 1.4 2000/10/22 11:05:57 rh Exp $
|
||||
@comment $NetBSD: PLIST,v 1.5 2000/12/02 02:52:47 wiz Exp $
|
||||
bin/gnapster
|
||||
share/pixmaps/gnapster.png
|
||||
share/gnapster/themes/cyblue.theme
|
||||
share/gnapster/themes/cypress.theme
|
||||
share/gnapster/themes/default.theme
|
||||
|
@ -12,11 +11,14 @@ share/locale/el/LC_MESSAGES/gnapster.mo
|
|||
share/locale/es/LC_MESSAGES/gnapster.mo
|
||||
share/locale/fr/LC_MESSAGES/gnapster.mo
|
||||
share/locale/gl/LC_MESSAGES/gnapster.mo
|
||||
share/locale/hu/LC_MESSAGES/gnapster.mo
|
||||
share/locale/it/LC_MESSAGES/gnapster.mo
|
||||
share/locale/no/LC_MESSAGES/gnapster.mo
|
||||
share/locale/pl/LC_MESSAGES/gnapster.mo
|
||||
share/locale/pt/LC_MESSAGES/gnapster.mo
|
||||
share/locale/ru/LC_MESSAGES/gnapster.mo
|
||||
share/locale/sv/LC_MESSAGES/gnapster.mo
|
||||
share/locale/tr/LC_MESSAGES/gnapster.mo
|
||||
share/pixmaps/gnapster.png
|
||||
@dirrm share/gnapster/themes
|
||||
@dirrm share/gnapster
|
||||
|
|
Loading…
Reference in a new issue