opnsense-ports/devel/epm/Makefile
Franco Fichtner fc2bb2fdb8 */*: sync with upstream
Taken from: FreeBSD
2015-12-28 08:53:10 +01:00

24 lines
457 B
Makefile

# Created by: NAKATA Maho <maho@FreeBSD.org>
# $FreeBSD$
PORTNAME= epm
PORTVERSION= 4.3
CATEGORIES= devel
MASTER_SITES= http://www.msweet.org/files/project2/
EXTRACT_SUFX= -source.tar.bz2
MAINTAINER= office@FreeBSD.org
COMMENT= Free UNIX software/file packaging program
LICENSE= GPLv2
OPTIONS_DEFINE= DOCS
MAKE_JOBS_UNSAFE= yes
USES= tar:bzip2
GNU_CONFIGURE= yes
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/mkepmlist
.include <bsd.port.mk>