mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
ffb21b5654
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
28 lines
568 B
Makefile
28 lines
568 B
Makefile
# New ports collection makefile for: libshhmsg
|
|
# Date created: 1 May 1998
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libshhmsg
|
|
PORTVERSION= 1.4.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://home.sol.no/~sverrehu/pub-unix/files/
|
|
DISTNAME= shhmsg-${PORTVERSION}
|
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
|
|
|
USE_GMAKE= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@ ${MKDIR} ${PREFIX}/share/doc/libshhmsg
|
|
.for file in CREDITS README shhmsg.txt
|
|
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/libshhmsg
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|