openbsd-ports/devel/id-utils/Makefile

35 lines
876 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.20 2000/10/22 15:41:47 espie Exp $
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
NEED_VERSION= 1.305
1997-12-01 16:37:56 -05:00
MAINTAINER= ports@OpenBSD.ORG
1997-12-01 16:37:56 -05:00
2000-02-12 03:02:07 -05:00
LICENSE_TYPE= 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
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
# 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
USE_GMAKE= Yes
1997-12-01 16:37:56 -05:00
.include <bsd.port.mk>