2000-02-06 02:08:16 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.8 2000/02/06 07:08:16 brad Exp $
|
1998-11-24 02:30:48 -05:00
|
|
|
# $FreeBSD: Makefile,v 1.4 1998/11/18 15:09:35 vanilla Exp $
|
|
|
|
|
1999-03-29 17:44:23 -05:00
|
|
|
DISTNAME= gettext-0.10.35
|
1998-11-24 02:30:48 -05:00
|
|
|
CATEGORIES= devel
|
2000-01-15 02:30:09 -05:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
|
|
MASTER_SITE_SUBDIR= gettext
|
1999-03-29 17:44:23 -05:00
|
|
|
|
|
|
|
NEED_VERSION= 1.73
|
1998-11-24 02:30:48 -05:00
|
|
|
|
|
|
|
MAINTAINER= jasoni@openbsd.org
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
1999-03-29 17:44:23 -05:00
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
|
|
|
CONFIGURE_ARGS+= --enable-static
|
1998-11-24 02:30:48 -05:00
|
|
|
|
|
|
|
post-install:
|
2000-02-06 02:08:16 -05:00
|
|
|
${INSTALL_DATA_DIR} ${X11BASE}/share/locale
|
1998-11-24 02:30:48 -05:00
|
|
|
@install-info ${PREFIX}/info/gettext.info ${PREFIX}/info/dir
|
1999-03-29 17:44:23 -05:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/misc/po-mode.el \
|
|
|
|
${PREFIX}/share/gettext/po-mode.el
|
1998-11-24 02:30:48 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|