aboutsummaryrefslogtreecommitdiffstats
path: root/news/multisuck/Makefile
blob: 5c7ef7d6b3ece53eb39e91baae069d05d8ae87ca (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
25
26
27
# 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=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= ports@FreeBSD.org
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>