mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
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>
This commit is contained in:
parent
49c2cad180
commit
c18acd1737
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170124
@ -717,6 +717,7 @@
|
||||
SUBDIR += oniguruma
|
||||
SUBDIR += open-beagle
|
||||
SUBDIR += openthreads
|
||||
SUBDIR += openwince-include
|
||||
SUBDIR += openzz
|
||||
SUBDIR += orbitcpp
|
||||
SUBDIR += oskit
|
||||
|
35
devel/openwince-include/Makefile
Normal file
35
devel/openwince-include/Makefile
Normal file
@ -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>
|
3
devel/openwince-include/distinfo
Normal file
3
devel/openwince-include/distinfo
Normal file
@ -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
|
6
devel/openwince-include/pkg-descr
Normal file
6
devel/openwince-include/pkg-descr
Normal file
@ -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/
|
Loading…
Reference in New Issue
Block a user