blob: 85ad4aaf968f0efcddda865c710c83f3d809dabd (
plain) (
tree)
|
|
# 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://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>
|