openbsd-ports/devel/id-utils/Makefile

36 lines
901 B
Makefile
Raw Normal View History

2004-11-23 06:22:00 -05:00
# $OpenBSD: Makefile,v 1.28 2004/11/23 11:22:02 espie Exp $
COMMENT= "gid/lid tools for looking up variables in code"
1997-12-01 16:37:56 -05:00
1999-05-10 23:04:35 -04:00
DISTNAME= id-utils-3.2d
1997-12-01 16:37:56 -05:00
CATEGORIES= devel
# License: GPL
2000-03-05 13:30:21 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-11-23 06:22:00 -05:00
WANTLIB= c
2000-02-12 03:02:07 -05:00
1999-05-10 23:04:35 -04:00
MASTER_SITES= ftp://alpha.gnu.org/gnu/ \
ftp://ftp.enst.fr/pub/gnu/gnits/
1998-10-08 14:21:00 -04:00
2004-08-10 08:42:21 -04:00
MODULES= devel/gettext
# don't compile emacs mode files now, install what's needed
# and run it at pkg_add time
CONFIGURE_ARGS=--without-emacs
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/lib/id-utils
${INSTALL_DATA} ${WRKSRC}/lisp/id-utils.el ${PREFIX}/lib/id-utils
${INSTALL_SCRIPT} ${WRKSRC}/lisp/elisp-comp ${PREFIX}/lib/id-utils
${INSTALL_SCRIPT} ${FILESDIR}/recompile ${PREFIX}/lib/id-utils
1997-12-01 16:37:56 -05:00
1999-05-10 23:04:35 -04:00
# International files don't want to be built separately
#
SEPARATE_BUILD= simple
CONFIGURE_STYLE=gnu
1997-12-01 16:37:56 -05:00
.include <bsd.port.mk>