aboutsummaryrefslogtreecommitdiff
path: root/devel/openwince-include
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-08-08 15:27:17 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-08-08 15:27:17 +0000
commitc18acd173720aa5e4c4cbd656040ea203a95bd74 (patch)
tree8fee14f90002d0e56f4884f47b681f8a690cfef4 /devel/openwince-include
parent49c2cad180c2c72488e9a4fc3223c85d865ee6c0 (diff)
downloadports-c18acd173720aa5e4c4cbd656040ea203a95bd74.tar.gz
ports-c18acd173720aa5e4c4cbd656040ea203a95bd74.zip
Notes
Diffstat (limited to 'devel/openwince-include')
-rw-r--r--devel/openwince-include/Makefile35
-rw-r--r--devel/openwince-include/distinfo3
-rw-r--r--devel/openwince-include/pkg-descr6
3 files changed, 44 insertions, 0 deletions
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/