freebsd-ports/devel/idutils/Makefile
Tijl Coosemans f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00

36 lines
677 B
Makefile

# Created by: pst@FreeBSD.org
# $FreeBSD$
PORTNAME= idutils
PORTVERSION= 4.6
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= GNU
MAINTAINER= peterjeremy@acm.org
COMMENT= The classic Berkeley gid/lid tools for looking up variables in code
CONFLICTS= coreutils-[0-9]* linux-gid-[0-9]* sh-utils-[0-9]*
LICENSE= GPLv3
OPTIONS_DEFINE= NLS
USES= charsetfix tar:xz
GNU_CONFIGURE= yes
CONFIGURE_ENV= EMACS='no'
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INFO= idutils
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
OPTIONS_SUB= yes
post-install:
${INSTALL_DATA} ${WRKSRC}/lisp/idutils.el ${STAGEDIR}${PREFIX}/share/emacs/site-lisp
.include <bsd.port.mk>