pkgsrc-wip/epm/Makefile
Aleksey Cheusov fbac0f16db Import epm-4.1 as wip/epm.
EPM is an open source UNIX software and file packaging program that
generates distribution archives from a list of files. EPM provides a
complete, cross-platform software distribution solution for your
applications.

ESP generates both native and "portable" script-based distribution packages
complete with installation and removal scripts and standard
install/uninstall GUIs. The installers can be customized with product logos,
"readme" files, and click-wrap licenses as desired.
2009-03-22 18:17:56 +00:00

36 lines
959 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/03/22 18:17:56 cheusov Exp $
#
DISTNAME= epm-4.1-source
PKGNAME= ${DISTNAME:S/-source//}
CATEGORIES= misc
MASTER_SITES= http://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/epm/4.1/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= vle@gmx.net
HOMEPAGE= http://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/epm/4.1/
COMMENT= ESP generates software packages from a list of files
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= autoconf #gzip:run tar:run
#TEST_TARGET= test
WRKSRC= ${WRKDIR}/${PKGNAME}
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
DOCDIR= ${PREFIX}/share/doc/epm
CONFIGURE_ARGS+= --disable-gui
CONFIGURE_ARGS+= --with-docdir=${DOCDIR}
CONFIGURE_ENV+= STRIP=${TOOLS_PATH.strip}
pre-configure:
set -e; cd ${WRKSRC}; autoconf;
${CP} ${PKGSRCDIR}/mk/gnu-config/config.guess ${WRKSRC}/
${CP} ${PKGSRCDIR}/mk/gnu-config/config.sub ${WRKSRC}/
${CP} ${.CURDIR}/files/install-sh ${WRKSRC}/
.include "../../mk/bsd.pkg.mk"