diff options
Diffstat (limited to 'devel/k8048/Makefile')
-rw-r--r-- | devel/k8048/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/devel/k8048/Makefile b/devel/k8048/Makefile new file mode 100644 index 0000000..4ffdd8b --- /dev/null +++ b/devel/k8048/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: k8048 +# Date Created: Oct 6 2007 +# Whom: Bruce M. Simpson <bms@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= k8048 +PORTVERSION= 0.1 +CATEGORIES= devel +MASTER_SITES= http://dev.kewl.org/k8048/ +DISTNAME= $(PORTNAME) + +MAINTAINER= bms@FreeBSD.org +COMMENT= Programs Microchip PICs using Velleman K8048 board + +USE_GMAKE= yes + +#BUILD_DEPENDS+= gpasm:${PORTSDIR}/devel/gputils + +PLIST_FILES= bin/${PORTNAME} + +do-build: + cd ${BUILD_WRKSRC}/${PORTNAME} && ${GMAKE} all + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}/${PORTNAME} \ + ${PREFIX}/bin/${PORTNAME} + +.include <bsd.port.mk> |