Add new port epm:
EPM is a free UNIX software/file packaging program that generates
distribution archives from a list of files.
EPM Can:
o Generate portable script-based distribution packages complete with
installation and removal scripts and standard install/uninstall GUIs.
o Generate "native" distributions in AIX, BSD, Debian, HP-UX, IRIX, MacOS X,
Red Hat, Slackware, Solaris, and Tru64 UNIX formats.
o Provide a complete, cross-platform software distribution solution for
your applications.
WWW: http://www.easysw.com/epm/
2004-11-21 00:22:10 +00:00
|
|
|
# Ports collection makefile for: epm
|
|
|
|
# Date created: 20 Nov 2004
|
|
|
|
# Whom: NAKATA Maho <maho@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= epm
|
|
|
|
PORTVERSION= 3.7
|
2004-12-20 02:40:52 +00:00
|
|
|
PORTREVISION= 1
|
Add new port epm:
EPM is a free UNIX software/file packaging program that generates
distribution archives from a list of files.
EPM Can:
o Generate portable script-based distribution packages complete with
installation and removal scripts and standard install/uninstall GUIs.
o Generate "native" distributions in AIX, BSD, Debian, HP-UX, IRIX, MacOS X,
Red Hat, Slackware, Solaris, and Tru64 UNIX formats.
o Provide a complete, cross-platform software distribution solution for
your applications.
WWW: http://www.easysw.com/epm/
2004-11-21 00:22:10 +00:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= maho/openoffice.org
|
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-source
|
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
2004-12-20 02:40:52 +00:00
|
|
|
PATCH_DIST_STRIP= -p2
|
|
|
|
|
Add new port epm:
EPM is a free UNIX software/file packaging program that generates
distribution archives from a list of files.
EPM Can:
o Generate portable script-based distribution packages complete with
installation and removal scripts and standard install/uninstall GUIs.
o Generate "native" distributions in AIX, BSD, Debian, HP-UX, IRIX, MacOS X,
Red Hat, Slackware, Solaris, and Tru64 UNIX formats.
o Provide a complete, cross-platform software distribution solution for
your applications.
WWW: http://www.easysw.com/epm/
2004-11-21 00:22:10 +00:00
|
|
|
MAINTAINER= openoffice@FreeBSD.org
|
|
|
|
COMMENT= A free UNIX software/file packaging program
|
|
|
|
|
2004-12-20 02:40:52 +00:00
|
|
|
PATCHFILES+= epm-3.7.patch
|
|
|
|
PATCH_SITES+= http://installation.openoffice.org/
|
|
|
|
|
Add new port epm:
EPM is a free UNIX software/file packaging program that generates
distribution archives from a list of files.
EPM Can:
o Generate portable script-based distribution packages complete with
installation and removal scripts and standard install/uninstall GUIs.
o Generate "native" distributions in AIX, BSD, Debian, HP-UX, IRIX, MacOS X,
Red Hat, Slackware, Solaris, and Tru64 UNIX formats.
o Provide a complete, cross-platform software distribution solution for
your applications.
WWW: http://www.easysw.com/epm/
2004-11-21 00:22:10 +00:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
USE_BZIP2= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2005-11-15 06:52:12 +00:00
|
|
|
USE_AUTOTOOLS= autoconf:259
|
Add new port epm:
EPM is a free UNIX software/file packaging program that generates
distribution archives from a list of files.
EPM Can:
o Generate portable script-based distribution packages complete with
installation and removal scripts and standard install/uninstall GUIs.
o Generate "native" distributions in AIX, BSD, Debian, HP-UX, IRIX, MacOS X,
Red Hat, Slackware, Solaris, and Tru64 UNIX formats.
o Provide a complete, cross-platform software distribution solution for
your applications.
WWW: http://www.easysw.com/epm/
2004-11-21 00:22:10 +00:00
|
|
|
MAN1= epm.1 epminstall.1 mkepmlist.1 setup.1
|
|
|
|
MAN5= epm.list.5 setup.types.5
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|