summaryrefslogblamecommitdiff
path: root/devel/st/Makefile
blob: 8890b3cae448d9d73d43317d1376b899c9682fe9 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                                        
                                 





























                                                                                   
# New ports collection makefile for:    st
# Date created:         Sun Feb 18 2001
# Whom:                 tobez@tobez.org
#
# $FreeBSD$
#

PORTNAME=	st
PORTVERSION=	1.1
CATEGORIES=	devel
MASTER_SITES=	http://oss.sgi.com/projects/state-threads/download/ \
		ftp://oss.sgi.com/www/projects/state-threads/download/ \
		http://www.tobez.org/download/port-mirrors/devel/st/

MAINTAINER=	tobez@FreeBSD.org

INSTALLS_SHLIB=	yes

.include <bsd.port.pre.mk>

pre-patch:
	@${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/examples/Makefile
	@${CP} ${FILESDIR}/Makefile.main ${WRKSRC}/Makefile
	@${CP} ${FILESDIR}/Makefile.examples ${WRKSRC}/examples/Makefile

post-install:
	@${MKDIR} ${PREFIX}/include
	@${INSTALL_DATA} ${WRKSRC}/public.h ${PREFIX}/include/st.h
	@${MKDIR} ${PREFIX}/share/examples/st
	@${INSTALL_DATA} ${WRKSRC}/examples/Makefile	${PREFIX}/share/examples/st
	@${INSTALL_DATA} ${WRKSRC}/examples/README	${PREFIX}/share/examples/st
	@${INSTALL_DATA} ${WRKSRC}/examples/error.c	${PREFIX}/share/examples/st
	@${INSTALL_DATA} ${WRKSRC}/examples/lookupdns.c	${PREFIX}/share/examples/st
	@${INSTALL_DATA} ${WRKSRC}/examples/proxy.c	${PREFIX}/share/examples/st
	@${INSTALL_DATA} ${WRKSRC}/examples/res.c	${PREFIX}/share/examples/st
	@${INSTALL_DATA} ${WRKSRC}/examples/server.c	${PREFIX}/share/examples/st
.if !defined(NOPORTDOCS)
	@${MKDIR} ${PREFIX}/share/doc/st
	@${INSTALL_DATA} ${WRKSRC}/docs/fig.gif		${PREFIX}/share/doc/st
	@${INSTALL_DATA} ${WRKSRC}/docs/notes.html	${PREFIX}/share/doc/st
	@${INSTALL_DATA} ${WRKSRC}/docs/reference.html	${PREFIX}/share/doc/st
	@${INSTALL_DATA} ${WRKSRC}/docs/st.html		${PREFIX}/share/doc/st
.endif

.include <bsd.port.post.mk>