blob: edb8a7d8343f2336d83b6e970a58a9920e2cbb39 (
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
|
# New ports collection makefile for: naim
# Date created: 02 March 1999
# Whom: mharo@area51.fremont.ca.us
#
# $FreeBSD$
#
PORTNAME= naim
PORTVERSION= 0.11.3
CATEGORIES= net
MASTER_SITES= http://rpi-acm.org/~n/dev.n.ml.org/ \
http://www.acm.rpi.edu/~n/dev.n.ml.org/
MAINTAINER= rtdean@cytherianage.net
GNU_CONFIGURE= yes
MAN1= naim.1
post-install:
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${PREFIX}/share/doc/naim
@ ${INSTALL_DATA} ${WRKSRC}/doc/naim.hlp ${PREFIX}/share/doc/naim/
@ ${INSTALL_DATA} ${WRKSRC}/doc/COLORS ${PREFIX}/share/doc/naim/
.endif
.include <bsd.port.mk>
|