blob: 924a20e1e2734beca18823712d137cd0afa95196 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Ports collection makefile for: epm
# Date created: 20 Nov 2004
# Whom: NAKATA Maho <maho@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= epm
PORTVERSION= 3.7
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= maho/openoffice.org
DISTNAME= ${PORTNAME}-${PORTVERSION}-source
EXTRACT_SUFX= .tar.bz2
MAINTAINER= openoffice@FreeBSD.org
COMMENT= A free UNIX software/file packaging program
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_AUTOCONF_VER= 259
MAN1= epm.1 epminstall.1 mkepmlist.1 setup.1
MAN5= epm.list.5 setup.types.5
.include <bsd.port.mk>
|