1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/devel/libshhmsg/Makefile
Kris Kennaway 89a307bf8a Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn't
have time to maintain them.

Approved by:	andy
2000-03-29 07:16:59 +00:00

28 lines
619 B
Makefile

# New ports collection makefile for: libshhmsg
# Version required: 1.4.0
# Date created: 1 May 1998
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
DISTNAME= shhmsg-1.4.0
PKGNAME= libshhmsg-1.4.0
CATEGORIES= devel
MASTER_SITES= http://home.sol.no/~sverrehu/pub-unix/files/
MAINTAINER= ports@FreeBSD.org
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>