2000-11-11 06:36:10 +01:00
|
|
|
# ex:ts=8
|
1999-04-03 03:20:09 +02:00
|
|
|
# New ports collection makefile for: libshhmsg
|
|
|
|
# Date created: 1 May 1998
|
|
|
|
# Whom: Andrey Zakhvatov
|
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1999-04-03 03:20:09 +02:00
|
|
|
#
|
|
|
|
|
2000-04-11 23:30:15 +02:00
|
|
|
PORTNAME= libshhmsg
|
2002-05-21 05:17:40 +02:00
|
|
|
PORTVERSION= 1.4.1
|
1999-04-03 03:20:09 +02:00
|
|
|
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}
|
1999-04-03 03:20:09 +02:00
|
|
|
|
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
|
1999-04-03 03:20:09 +02:00
|
|
|
|
2002-05-21 05:17:40 +02:00
|
|
|
MAKEFILE= ${FILESDIR}/Makefile.lib
|
2006-08-15 00:55:18 +02:00
|
|
|
USE_LDCONFIG= yes
|
1999-04-03 03:20:09 +02:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
2002-05-21 05:17:40 +02:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
1999-04-03 03:20:09 +02:00
|
|
|
.for file in CREDITS README shhmsg.txt
|
2002-05-21 05:17:40 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
1999-04-03 03:20:09 +02:00
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|