freebsd-ports/net-mgmt/ipfm/Makefile
Anton Berezin 237f55ba17 Update from 0.10.4 to 0.11.4
Install manpages correctly
Various fixes

PR:		39248
Submitted by:	Alex Dupre <sysadmin@alexdupre.com>
Approved by:	maintainer
2002-06-17 07:52:36 +00:00

25 lines
410 B
Makefile

# New ports collection makefile for: ipfm
# Date Created: 4 Mar 2000
# Whom: Roman Shterenzon <roman@xpert.com>
#
# $FreeBSD$
#
PORTNAME= ipfm
PORTVERSION= 0.11.4
CATEGORIES= net
MASTER_SITES= http://robert.cheramy.net/ipfm/archive/
EXTRACT_SUFX= .tgz
MAINTAINER= roman@xpert.com
GNU_CONFIGURE= yes
MAN5= ipfm.conf.5
MAN8= ipfm.8
post-install:
@strip ${PREFIX}/sbin/ipfm
.include <bsd.port.mk>