freebsd-ports/devel/libshhmsg/Makefile
Steve Price f99c7cc084 Import of libshhmsg version 1.4.0.
A library for displaying messages.

PR:		6473
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1999-04-03 01:20:09 +00:00

28 lines
618 B
Makefile

# New ports collection makefile for: libshhmsg
# Version required: 1.4.0
# Date created: 1 May 1998
# Whom: Andrey Zakhvatov
#
# $Id$
#
DISTNAME= shhmsg-1.4.0
PKGNAME= libshhmsg-1.4.0
CATEGORIES= devel
MASTER_SITES= http://home.sol.no/~sverrehu/pub-unix/files/
MAINTAINER= andy@icc.surw.chel.su
USE_GMAKE= yes
post-install:
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.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>