1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/net/ipcad/Makefile
Ying-Chieh Liao 2396c59990 upgrade to 2.6
PR:		31031
Submitted by:	MAINTAINER
2001-10-12 09:50:18 +00:00

25 lines
490 B
Makefile

# New ports collection makefile for: ipcad
# Date created: 15 April 2001
# Whom: Lev Walkin <vlm@spelio.net.ru>
#
# $FreeBSD$
#
PORTNAME= ipcad
PORTVERSION= 2.6
CATEGORIES= net
MASTER_SITES= http://www.spelio.net.ru/soft/
MAINTAINER= vlm@spelio.net.ru
MANCOMPRESSED= no
MAN5= ipcad.conf.5
MAN8= ipcad.8
post-install:
strip ${PREFIX}/bin/ipcad
${INSTALL_MAN} ${WRKSRC}/ipcad.8 ${PREFIX}/man/man8
${INSTALL_MAN} ${WRKSRC}/ipcad.conf.5 ${PREFIX}/man/man5
.include <bsd.port.mk>