blob: d4b19a3a22a5885f809400c182632c4d5088ad81 (
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
|
# Created by: NAKATA Maho <maho@FreeBSD.org>
# $FreeBSD$
PORTNAME= epm
PORTVERSION= 4.2
CATEGORIES= devel
MASTER_SITES= http://www.msweet.org/files/project2/
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION}
EXTRACT_SUFX= -source.tar.bz2
MAINTAINER= office@FreeBSD.org
COMMENT= Free UNIX software/file packaging program
OPTIONS_DEFINE= DOCS
LICENSE= GPLv2
MAKE_JOBS_UNSAFE= yes
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_AUTOTOOLS= autoconf
.include <bsd.port.mk>
|