new port: devel/swig13-doc

PR:		ports/46954
Submitted by:	Slaven Rezic <slaven@rezic.de>
This commit is contained in:
Edwin Groothuis 2003-01-12 00:44:37 +00:00
parent 91741c1d17
commit 09793a1ea1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72938
6 changed files with 1466 additions and 0 deletions

View file

@ -818,6 +818,7 @@
SUBDIR += swarm
SUBDIR += swig11
SUBDIR += swig13
SUBDIR += swig13-doc
SUBDIR += swigruby
SUBDIR += sysconftool
SUBDIR += t1lib

30
devel/swig13-doc/Makefile Normal file
View file

@ -0,0 +1,30 @@
# 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
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>

View file

@ -0,0 +1 @@
MD5 (swig-1.3.16.tar.gz) = 3c7cfeba3e962f74c9f188ea59053378

View file

@ -0,0 +1 @@
Simplified Wrapper and Interface Generator - Documentation

View file

@ -0,0 +1,3 @@
This is the documentation and examples for SWIG.
WWW: http://www.swig.org/

1430
devel/swig13-doc/pkg-plist Normal file

File diff suppressed because it is too large Load diff