1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/devel/libshhmsg/Makefile

29 lines
549 B
Makefile
Raw Normal View History

2000-11-11 05:36:10 +00:00
# ex:ts=8
# New ports collection makefile for: libshhmsg
# Date created: 1 May 1998
# Whom: Andrey Zakhvatov
#
1999-08-25 05:57:29 +00:00
# $FreeBSD$
#
2000-04-11 21:30:15 +00:00
PORTNAME= libshhmsg
PORTVERSION= 1.4.1
CATEGORIES= devel
2000-11-11 05:36:10 +00:00
MASTER_SITES= http://shh.thathost.com/pub-unix/files/
2000-04-11 21:30:15 +00:00
DISTNAME= shhmsg-${PORTVERSION}
2002-05-08 21:03:16 +00:00
MAINTAINER= ports@FreeBSD.org
MAKEFILE= ${FILESDIR}/Makefile.lib
INSTALLS_SHLIB= 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>