freebsd-ports/net-im/naim/Makefile
Satoshi Asami 3d33f2f600 Add PKGNAME of "naim-0.9.5.nicer2" -- DISTNAME ("naim-0.9.5-nicer2")
has two version strings separated by a "-".

The string "nicer2" is still a violation of the package naming rule
(see handbook), but at least it won't confuse the package scripts
anymore.  Please change this to something more appropriate as you see
fit, Michael.
2000-02-14 02:12:31 +00:00

33 lines
853 B
Makefile

# New ports collection makefile for: naim
# Version required: 0.9.3
# Date created: 02 March 1999
# Whom: mharo@area51.fremont.ca.us
#
# $FreeBSD$
#
DISTNAME= naim-0.9.5-nicer2
PKGNAME= naim-0.9.5.nicer2
CATEGORIES= net
MASTER_SITES= http://dev.n.ml.org/ \
ftp://ftp.netmug.org/pub/FreeBSD/distfiles/
MAINTAINER= mharo@FreeBSD.org
GNU_CONFIGURE= yes
#MAN1= naim.1
post-install:
@ ${MKDIR} ${PREFIX}/share/examples/naim
@ ${INSTALL_DATA} ${WRKSRC}/doc/faimrc_sample ${PREFIX}/share/examples/naim/
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${PREFIX}/share/doc/naim
@ ${INSTALL_DATA} ${WRKSRC}/doc/naim.hlp ${PREFIX}/share/doc/naim/
.endif
@ ${ECHO} "************************************************************"
@ ${CAT} ${PKGDIR}/MESSAGE
@ ${ECHO} "************************************************************"
.include <bsd.port.mk>