mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
64caf0b9f3
specified hosts use on their Internet link. PR: 17190 Submitted by: Roman Shterenzon <roman@xpert.com>
22 lines
404 B
Makefile
22 lines
404 B
Makefile
# New ports collection makefile for: ipfm
|
|
# Version required: 0.10.4
|
|
# Date Created: 4 Mar 2000
|
|
# Whom: Roman Shterenzon <roman@xpert.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= ipfm-0.10.4
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.via.ecp.fr/~tibob/ipfm/archive/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= roman@xpert.com
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME}
|
|
PATCH_STRIP= -p1
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|