07b2788864
Reported by: pointyhat
26 lines
569 B
Makefile
26 lines
569 B
Makefile
# Ports collection makefile for: epm
|
|
# Date created: 20 Nov 2004
|
|
# Whom: NAKATA Maho <maho@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= epm
|
|
PORTVERSION= 4.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_EASYSW}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION}
|
|
EXTRACT_SUFX= -source.tar.bz2
|
|
|
|
MAINTAINER= openoffice@FreeBSD.org
|
|
COMMENT= A free UNIX software/file packaging program
|
|
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_AUTOTOOLS= autoconf:262
|
|
MAN1= epm.1 epminstall.1 mkepmlist.1 setup.1
|
|
MAN5= epm.list.5 setup.types.5
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
.include <bsd.port.mk>
|