6d6f64bdaf
contents of data files using the gettext translation framework. ok nino@
25 lines
524 B
Makefile
25 lines
524 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2002/11/30 04:58:30 marcm Exp $
|
|
|
|
COMMENT= "Internationalization tool"
|
|
|
|
DISTNAME= intltool-0.23
|
|
CATEGORIES= textproc
|
|
|
|
HOMEPAGE= http://www.gnome.org
|
|
MAINTAINER= Marc Matteo <marcm@openbsd.org>
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/intltool/0.23/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
SEPARATE_BUILD= concurrent
|
|
USE_GMAKE= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|