freebsd-ports/devel/libshhmsg/Makefile
Baptiste Daroussin 8eaeeb69a1 Fix typo
2013-05-24 16:09:26 +00:00

27 lines
602 B
Makefile

# Created by: 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
COMMENT= Library for displaying messages
MAKEFILE= ${FILESDIR}/Makefile.lib
USE_LDCONFIG= yes
MAKE_ENV= WITHOUT_PROFILE=yes __MAKE_CONF=/dev/null SRCCONF=/dev/null
.include <bsd.port.options.mk>
post-install:
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
.for file in CREDITS README shhmsg.txt
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>