blob: 29fefaa642107f491d2cc65ca4410c2e44b9c37b (
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
30
|
# New ports collection makefile for: naim
# Date created: 02 March 1999
# Whom: mharo@area51.fremont.ca.us
#
# $FreeBSD$
#
PORTNAME= naim
PORTVERSION= 0.11.5.2
CATEGORIES= net
MASTER_SITES= http://www.acm.rpi.edu/~n/naim/ \
http://128.113.139.111/~n/.naim_archive/0/11/
MAINTAINER= rtdean@cytherianage.net
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} \
--build=${CONFIGURE_TARGET} \
--disable-nirc-manlink
MAN1= naim.1
MLINKS= naim.1 nirc.1
post-install:
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${DOCSDIR}
@ ${INSTALL_DATA} ${WRKSRC}/doc/naim.hlp ${DOCSDIR}
.endif
.include <bsd.port.mk>
|