1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/palm/uppc-kmod/Makefile

50 lines
1.4 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: uppc-kmod
# Date created: 31 August 2003
# Whom: Sam Lawrance <boris@brooknet.com.au>
#
# $FreeBSD$
#
PORTNAME= uppc
PORTVERSION= 0.8
2007-01-30 20:09:12 +00:00
PORTREVISION= 1
CATEGORIES= palm
MASTER_SITES= http://people.tecnik93.com/~sam/ports/
PKGNAMESUFFIX= -kmod
MAINTAINER= ports@FreeBSD.org
COMMENT= USB device driver for Windows CE handhelds
MAN4= uppc.4
WRKSRC= ${WRKDIR}/${PORTNAME}
.if !exists(/usr/src/sys/dev/usb/usb.h)
IGNORE= Requires kernel source (/usr/src/sys) to build
.endif
2004-12-11 21:48:53 +00:00
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "Does not build on FreeBSD 4.x"
.endif
post-build:
@${REINPLACE_CMD} -e 's|%%INITIAL_INSTALLDIR%%|${PREFIX}/lib|g' ${BUILD_WRKSRC}/uppcsetup
@${REINPLACE_CMD} -e 's|%%INITIAL_MODDIR%%|${KMODDIR}|g' ${WRKSRC}/uppcsetup
.if ${OSVERSION} < 600000
@${REINPLACE_CMD} -e 's|cuaU|ucom|' ${WRKSRC}/uppcsetup
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/uppc.ko ${PREFIX}/lib
${INSTALL_SCRIPT} ${WRKSRC}/uppcsetup ${PREFIX}/sbin
cd ${WRKSRC} && ${INSTALL_MAN} ${MAN4} ${MANPREFIX}/man/man4
post-install:
@${ECHO_CMD} " ****************************************************************"
2004-03-26 03:08:09 +00:00
@${ECHO_CMD} " * You can run 'uppcsetup' to help configure the device driver *"
@${ECHO_CMD} " * and set up a connection. *"
@${ECHO_CMD} " ****************************************************************"
2004-12-11 21:48:53 +00:00
.include <bsd.port.post.mk>