1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/news/multisuck/Makefile

27 lines
533 B
Makefile

# ex:ts=8
# Ports collection makefile for: multisuck
# Date created: Aug 11, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= multisuck
PORTVERSION= 1.0.4
CATEGORIES= news
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= conrads@cox.net
COMMENT= Multi-server/conn news suck
GNU_CONFIGURE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/msuck ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/samples/*.sample ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>