freebsd-ports/devel/libshhmsg/Makefile

29 lines
569 B
Makefile
Raw Normal View History

2000-11-11 06:36:10 +01:00
# ex:ts=8
# New ports collection makefile for: libshhmsg
# Date created: 1 May 1998
# Whom: Andrey Zakhvatov
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
#
2000-04-11 23:30:15 +02:00
PORTNAME= libshhmsg
PORTVERSION= 1.4.0
CATEGORIES= devel
2000-11-11 06:36:10 +01:00
MASTER_SITES= http://shh.thathost.com/pub-unix/files/
2000-04-11 23:30:15 +02:00
DISTNAME= shhmsg-${PORTVERSION}
MAINTAINER= obrien@FreeBSD.org
USE_GMAKE= yes
INSTALLS_SHLIB= yes
post-install:
.if !defined(NOPORTDOCS)
2000-11-11 06:36:10 +01:00
@${MKDIR} ${PREFIX}/share/doc/libshhmsg
.for file in CREDITS README shhmsg.txt
2000-11-11 06:36:10 +01:00
@${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/libshhmsg
.endfor
.endif
.include <bsd.port.mk>