422bce3414
my ports in the past 3 weeks while ports were broken on any 10.x machines, which means I'm unable to maintain them. So let people know that there's no available support for them until things are back to normal (which also means that anyone with spare time will be able to fix them without getting approval).
28 lines
684 B
Makefile
28 lines
684 B
Makefile
# 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= SF/openwince/${PORTNAME}/${PORTVERSION}
|
|
PKGNAMEPREFIX= openwince-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A collection of the useful include files for embedded developers
|
|
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
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.mk>
|