1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/devel/libshhopt/Makefile

30 lines
792 B
Makefile
Raw Normal View History

# New ports collection makefile for: libshhopt
# Date created: 11 April 1998
# Whom: Andrey Zakhvatov
#
1999-08-25 05:57:29 +00:00
# $FreeBSD$
#
2000-04-11 21:30:15 +00:00
PORTNAME= libshhopt
PORTVERSION= 1.1.6
1999-09-24 13:54:42 +00:00
CATEGORIES= devel
MASTER_SITES= http://home.sol.no/~sverrehu/pub-unix/files/
2000-04-11 21:30:15 +00:00
DISTNAME= shhopt-${PORTVERSION}
MAINTAINER= obrien@FreeBSD.org
1999-09-24 13:54:42 +00:00
USE_GMAKE= yes
INSTALLS_SHLIB= yes
post-install:
.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>