1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/devel/epm/Makefile

27 lines
581 B
Makefile
Raw Normal View History

# Ports collection makefile for: epm
# Date created: 20 Nov 2004
# Whom: NAKATA Maho <maho@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= epm
2009-11-17 00:37:17 +00:00
PORTVERSION= 4.1
PORTREVISION= 1
CATEGORIES= devel
2009-11-17 00:37:17 +00:00
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
2010-12-04 07:34:27 +00:00
USE_AUTOTOOLS= autoconf
MAN1= epm.1 epminstall.1 mkepmlist.1 setup.1
MAN5= epm.list.5 setup.types.5
MAKE_JOBS_UNSAFE= yes
.include <bsd.port.mk>