new port: devel/swig13-doc
PR: ports/46954 Submitted by: Slaven Rezic <slaven@rezic.de>
This commit is contained in:
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
|
@ -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
30
devel/swig13-doc/Makefile
Normal 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>
|
1
devel/swig13-doc/distinfo
Normal file
1
devel/swig13-doc/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (swig-1.3.16.tar.gz) = 3c7cfeba3e962f74c9f188ea59053378
|
1
devel/swig13-doc/pkg-comment
Normal file
1
devel/swig13-doc/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Simplified Wrapper and Interface Generator - Documentation
|
3
devel/swig13-doc/pkg-descr
Normal file
3
devel/swig13-doc/pkg-descr
Normal 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
1430
devel/swig13-doc/pkg-plist
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue