mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
f7c67e5143
PR: 38216 Submitted by: Ports Fury
29 lines
549 B
Makefile
29 lines
549 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: libshhmsg
|
|
# Date created: 1 May 1998
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libshhmsg
|
|
PORTVERSION= 1.4.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://shh.thathost.com/pub-unix/files/
|
|
DISTNAME= shhmsg-${PORTVERSION}
|
|
|
|
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>
|