aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/naim/Makefile
blob: 07eca7a3fed82634615c92484440400c6c005d1c (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
28
29
# New ports collection makefile for: naim
# Version required:         0.9.3
# Date created:         02 March 1999
# Whom:             mharo@area51.fremont.ca.us
#
# $Id: Makefile,v 1.1.1.1 1999/04/10 19:41:37 jseger Exp $
#

DISTNAME=   naim-0.9.3
CATEGORIES= net
MASTER_SITES=   http://naim.n.ml.org/release/ \
        ftp://ftp.netmug.org/pub/FreeBSD/distfiles/
EXTRACT_SUFX=   .tgz

MAINTAINER= mharo@area51.fremont.ca.us

GNU_CONFIGURE=  yes

MAN1=       naim.1

post-install:
    ${ECHO} "Installing ${PREFIX}/share/examples/naim/faimrc_sample"
    ${MKDIR} ${PREFIX}/share/examples/naim
    ${INSTALL_DATA} ${WRKSRC}/doc/faimrc_sample ${PREFIX}/share/examples/naim/
    @${ECHO} "************************************************************"
    @${CAT} ${PKGDIR}/MESSAGE
    @${ECHO} "************************************************************"

.include <bsd.port.mk>