mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
28 lines
589 B
Makefile
28 lines
589 B
Makefile
# 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>
|