mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
925dd70704
PR: 48570 Submitted by: Ryan T. Dean <rtdean@cytherianage.net>
32 lines
701 B
Makefile
32 lines
701 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.5.5
|
|
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
|
|
COMMENT= Curses based AOL Instant Messager implementation
|
|
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --prefix=${PREFIX} \
|
|
--build=${CONFIGURE_TARGET} \
|
|
--disable-nirc-manlink
|
|
|
|
MAN1= naim.1
|
|
MLINKS= naim.1 nirc.1 naim.1 nicq.1 naim.1 nlily.1
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@ ${MKDIR} ${DOCSDIR}
|
|
@ ${INSTALL_DATA} ${WRKSRC}/doc/naim.hlp ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|