freebsd-ports/devel/libshhmsg/Makefile

30 lines
588 B
Makefile
Raw Normal View History

2000-11-11 06:36:10 +01:00
# ex:ts=8
# New ports collection makefile for: libshhmsg
# Date created: 1 May 1998
# Whom: Andrey Zakhvatov
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
#
2000-04-11 23:30:15 +02:00
PORTNAME= libshhmsg
PORTVERSION= 1.4.1
CATEGORIES= devel
2000-11-11 06:36:10 +01:00
MASTER_SITES= http://shh.thathost.com/pub-unix/files/
2000-04-11 23:30:15 +02:00
DISTNAME= shhmsg-${PORTVERSION}
2002-05-08 23:03:16 +02:00
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:07:10 +01:00
COMMENT= Library for displaying messages
MAKEFILE= ${FILESDIR}/Makefile.lib
USE_LDCONFIG= yes
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for file in CREDITS README shhmsg.txt
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>