openbsd-ports/devel/id-utils/Makefile
espie 100196f27a Zap default MAINTAINER from Makefile.
Especially now that the default line is more verbose.
2001-10-28 13:05:44 +00:00

35 lines
900 B
Makefile

# $OpenBSD: Makefile,v 1.23 2001/10/28 13:05:46 espie Exp $
COMMENT= "gid/lid tools for looking up variables in code"
DISTNAME= id-utils-3.2d
CATEGORIES= devel
NEED_VERSION= 1.402
# License: GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://alpha.gnu.org/gnu/ \
ftp://ftp.enst.fr/pub/gnu/gnits/
# 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
# International files don't want to be built separately
#
SEPARATE_BUILD= simple
CONFIGURE_STYLE=gnu
USE_GMAKE= Yes
.include <bsd.port.mk>