1999-04-03 01:15:54 +00:00
|
|
|
# New ports collection makefile for: libshhopt
|
|
|
|
# Date created: 11 April 1998
|
|
|
|
# Whom: Andrey Zakhvatov
|
|
|
|
#
|
1999-08-25 05:57:29 +00:00
|
|
|
# $FreeBSD$
|
1999-04-03 01:15:54 +00:00
|
|
|
#
|
|
|
|
|
2000-04-11 21:30:15 +00:00
|
|
|
PORTNAME= libshhopt
|
|
|
|
PORTVERSION= 1.1.6
|
1999-09-24 13:54:42 +00:00
|
|
|
CATEGORIES= devel
|
2000-03-21 01:11:05 +00:00
|
|
|
MASTER_SITES= http://home.sol.no/~sverrehu/pub-unix/files/
|
2000-04-11 21:30:15 +00:00
|
|
|
DISTNAME= shhopt-${PORTVERSION}
|
1999-04-03 01:15:54 +00:00
|
|
|
|
2000-03-31 01:37:36 +00:00
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
1999-04-03 01:15:54 +00:00
|
|
|
|
1999-09-24 13:54:42 +00:00
|
|
|
USE_GMAKE= yes
|
1999-04-03 01:15:54 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@ ${MKDIR} ${PREFIX}/share/doc/libshhopt
|
|
|
|
@ ${INSTALL_DATA} ${WRKSRC}/CREDITS ${PREFIX}/share/doc/libshhopt
|
|
|
|
@ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/libshhopt
|
|
|
|
.endif
|
|
|
|
@ ${MKDIR} ${PREFIX}/share/examples/libshhopt
|
|
|
|
@ ${INSTALL_DATA} ${FILESDIR}/Makefile ${PREFIX}/share/examples/libshhopt
|
|
|
|
@ ${INSTALL_DATA} ${WRKSRC}/example.c ${PREFIX}/share/examples/libshhopt
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|