aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libshhmsg/Makefile
blob: 2809489edb720df6ed2d2dec4674bf7bba8b8c56 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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= obrien@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>