blob: 60b82149105d86eb43d5fd64a96fc23e834a0c83 (
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
24
|
# 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>
|