summaryrefslogblamecommitdiff
path: root/devel/swig13-doc/Makefile
blob: 2dddd4fe75f7741d3ec8c9335440f4b83d411b5f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                 
                                                                          














                                                                                           
# New ports collection makefile for:   swig13-doc
# Date created:        10 January 2003
# Whom:                eserte
#
# $FreeBSD$
#

PORTNAME=	swig-doc
PORTVERSION=	1.3.16
CATEGORIES=	devel
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	swig
DISTNAME=	swig-1.3.16

MAINTAINER=	slaven@rezic.de
COMMENT=	Simplified Wrapper and Interface Generator - Documentation

WRKSRC=		${WRKDIR}/${DISTNAME:U}

DOCSDIR=	${PREFIX}/share/doc/swig

do-configure:

do-build:

do-install:
	${MKDIR} ${DOCSDIR}
	cd ${WRKSRC} && find Examples Doc -type d -exec ${INSTALL} -d ${DOCSDIR}/{} \;
	cd ${WRKSRC} && find Examples Doc -type f -exec ${INSTALL_DATA} {} ${DOCSDIR}/{} \;

.include <bsd.port.mk>