diff options
author | rafan <rafan@FreeBSD.org> | 2006-08-08 23:27:17 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-08-08 23:27:17 +0800 |
commit | d29663496590dfa1412f57258c1220478b5ceeef (patch) | |
tree | 92705368d8eaccf100ab73a331360e9d9d37b9d9 /devel | |
parent | 14feff805375d1f319974352b0a599736c7f3f75 (diff) | |
download | freebsd-ports-gnome-d29663496590dfa1412f57258c1220478b5ceeef.tar.gz freebsd-ports-gnome-d29663496590dfa1412f57258c1220478b5ceeef.tar.zst freebsd-ports-gnome-d29663496590dfa1412f57258c1220478b5ceeef.zip |
Add openwince-include 0.4.2, a collection of the useful include files
for embedded developers.
PR: ports/101434
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/openwince-include/Makefile | 35 | ||||
-rw-r--r-- | devel/openwince-include/distinfo | 3 | ||||
-rw-r--r-- | devel/openwince-include/pkg-descr | 6 |
4 files changed, 45 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index b1144ae2ad82..770de871c482 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -717,6 +717,7 @@ SUBDIR += oniguruma SUBDIR += open-beagle SUBDIR += openthreads + SUBDIR += openwince-include SUBDIR += openzz SUBDIR += orbitcpp SUBDIR += oskit diff --git a/devel/openwince-include/Makefile b/devel/openwince-include/Makefile new file mode 100644 index 000000000000..9f91bf794727 --- /dev/null +++ b/devel/openwince-include/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: include +# Date created: 2006-08-05 +# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru> +# +# $MBSDlabs$ +# $FreeBSD$ +# + +PORTNAME= include +PORTVERSION= 0.4.2 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR=openwince +PKGNAMEPREFIX= openwince- + +MAINTAINER= ssedov@mbsd.msk.ru +COMMENT= A collection of the useful include files for embedded developers + +USE_BZIP2= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +PLIST_FILES= include/stdint.h +.endif + +post-install: + @${FIND} -d ${PREFIX}/include/openwince/ -type f | \ + ${SED} -e 's,^${PREFIX}/,,' >> ${TMPPLIST} + @${FIND} -d ${PREFIX}/include/openwince/ -type d | \ + ${SED} -e 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} + +.include <bsd.port.post.mk> diff --git a/devel/openwince-include/distinfo b/devel/openwince-include/distinfo new file mode 100644 index 000000000000..cc32fd35f106 --- /dev/null +++ b/devel/openwince-include/distinfo @@ -0,0 +1,3 @@ +MD5 (include-0.4.2.tar.bz2) = e564c941363c958a7cd953ad97c1faa4 +SHA256 (include-0.4.2.tar.bz2) = 952bb8f4d166da3715e502a7c647d916b4c5dee14007768f58d0782eb0986283 +SIZE (include-0.4.2.tar.bz2) = 110312 diff --git a/devel/openwince-include/pkg-descr b/devel/openwince-include/pkg-descr new file mode 100644 index 000000000000..5c4e4868719e --- /dev/null +++ b/devel/openwince-include/pkg-descr @@ -0,0 +1,6 @@ +Include package is a collection of the useful independent include files for +embedded C/Assembler developers. + Include package is released under BSD-style license. + +Author: Branislav Petrovsky <brano111@szm.sk> +WWW: http://openwince.sourceforge.net/include/ |