diff options
author | Bruce M Simpson <bms@FreeBSD.org> | 2008-03-03 03:23:41 +0000 |
---|---|---|
committer | Bruce M Simpson <bms@FreeBSD.org> | 2008-03-03 03:23:41 +0000 |
commit | c9f45520ea6270204701cda0081706dfa04b6514 (patch) | |
tree | 551202c654f28237290bb3afa19292728c1c5f66 /devel/k8048/Makefile | |
parent | 2443aade84c4485db4e614369a22a2c19791802e (diff) | |
download | ports-c9f45520ea6270204701cda0081706dfa04b6514.tar.gz ports-c9f45520ea6270204701cda0081706dfa04b6514.zip |
chase author update
Notes
Notes:
svn path=/head/; revision=208360
Diffstat (limited to 'devel/k8048/Makefile')
-rw-r--r-- | devel/k8048/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/k8048/Makefile b/devel/k8048/Makefile index f0206ff64681..48e7e9264398 100644 --- a/devel/k8048/Makefile +++ b/devel/k8048/Makefile @@ -6,16 +6,15 @@ # PORTNAME= k8048 -PORTVERSION= 0.1 -PORTREVISION= 3 +PORTVERSION= 1.00 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 +WRKSRC= ${WRKDIR}/${PORTNAME} #BUILD_DEPENDS+= gpasm:${PORTSDIR}/devel/gputils |