openbsd-ports/devel/xdg-user-dirs/Makefile
ajacoutot a99a24ed55 - use users locale by default instead of UTF-8
much more readable at the console

from landry@
2009-03-28 11:10:29 +00:00

28 lines
570 B
Makefile

# $OpenBSD: Makefile,v 1.2 2009/03/28 11:10:29 ajacoutot Exp $
COMMENT= utilities to manage well know user directories
DISTNAME= xdg-user-dirs-0.10
PKGNAME= ${DISTNAME}p0
CATEGORIES= devel
HOMEPAGE= http://freedesktop.org/wiki/Software/xdg-user-dirs/
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://user-dirs.freedesktop.org/releases/
WANTLIB= c
MODULES= devel/gettext
CONFIGURE_STYLE= gnu
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/xdg-user-dirs
.include <bsd.port.mk>