mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
f0a1969d34
is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
30 lines
552 B
Makefile
30 lines
552 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: netspoc
|
|
# Date created: Nov 3, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= netspoc
|
|
PORTVERSION= 1.4
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://download.berlios.de/netspoc/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
USE_PERL5= yes
|
|
NO_BUILD= yes
|
|
|
|
MAN1= netspoc.1
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/netspoc ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/netspoc.man ${MANPREFIX}/man/man1/netspoc.1
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/*.html ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|