2013-09-20 19:13:42 +02:00
|
|
|
# Created by: Stanislav Sedov <ssedov@mbsd.msk.ru>
|
2006-08-08 17:27:17 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= include
|
|
|
|
PORTVERSION= 0.4.2
|
|
|
|
CATEGORIES= devel
|
2009-08-22 02:18:43 +02:00
|
|
|
MASTER_SITES= SF/openwince/${PORTNAME}/${PORTVERSION}
|
2006-08-08 17:27:17 +02:00
|
|
|
PKGNAMEPREFIX= openwince-
|
|
|
|
|
2011-10-24 05:33:20 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-08-08 17:27:17 +02:00
|
|
|
COMMENT= A collection of the useful include files for embedded developers
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2013-09-20 19:13:42 +02:00
|
|
|
NO_STAGE= yes
|
2006-08-08 17:27:17 +02:00
|
|
|
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}
|
|
|
|
|
2007-10-04 02:41:11 +02:00
|
|
|
.include <bsd.port.mk>
|