openbsd-ports/misc/uniutils/Makefile

29 lines
593 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2009/10/12 12:38:28 nicm Exp $
COMMENT= Unicode utilities
DISTNAME= uniutils-2.27
CATEGORIES= misc
HOMEPAGE= http://billposer.org/Software/unidesc.html
MAINTAINER= Nicholas Marriott <nicm@openbsd.org>
# GPLv3
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
MODULES= devel/gettext
MASTER_SITES= http://billposer.org/Software/Downloads/
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-lintl -liconv"
.include <bsd.port.mk>