summaryrefslogtreecommitdiff
path: root/devel/picasm
diff options
context:
space:
mode:
authorBruce M Simpson <bms@FreeBSD.org>2003-10-05 06:02:04 +0000
committerBruce M Simpson <bms@FreeBSD.org>2003-10-05 06:02:04 +0000
commit401e629a1f79627e73b540eae7c575aa68b1b624 (patch)
tree750e9f00f928b3081f7059c503cfddb4f83b0f56 /devel/picasm
parentUpdate to rclock 2.7.10 (diff)
Update picasm to version 1.12b.
PR: ports/52268 Submitted by: Christopher Hall
Notes
Notes: svn path=/head/; revision=90286
Diffstat (limited to 'devel/picasm')
-rw-r--r--devel/picasm/Makefile17
-rw-r--r--devel/picasm/distinfo2
-rw-r--r--devel/picasm/pkg-plist8
3 files changed, 14 insertions, 13 deletions
diff --git a/devel/picasm/Makefile b/devel/picasm/Makefile
index be3873f23b89..05b8ecf0c888 100644
--- a/devel/picasm/Makefile
+++ b/devel/picasm/Makefile
@@ -6,29 +6,30 @@
#
PORTNAME= picasm
-PORTVERSION= 1.05
+PORTVERSION= 1.12b
CATEGORIES= devel
-MASTER_SITES= http://www.iki.fi/hyvatti/pic/ \
+MASTER_SITES= http://www.co.jyu.fi/~trossi/pic/ \
+ http://www.iki.fi/hyvatti/pic/ \
http://hyvatti.iki.fi/~jaakko/pic/
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g}
MAINTAINER= bms@spc.org
COMMENT= Portable assembler for 16C84 series PICs
-NO_WRKSUBDIR= yes
-MAKEFILE= makefile.uni
+WRKSRC= ${WRKDIR}/${PORTNAME}
+
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
ALL_TARGET=
-EXAMPLE_FILES= example.asm morse.asm morse.h pic16c84.h picmac.h
+EXAMPLE_FILES= example.asm morse.asm morse.i pic16f84.i picmac.i
do-install:
- ${INSTALL_PROGRAM} ${WRKDIR}/picasm ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/picasm ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR} ${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKDIR}/picasm.doc ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/picasm.txt ${DOCSDIR}
.for EXAMPLE in ${EXAMPLE_FILES}
- ${INSTALL_DATA} ${WRKDIR}/examples/${EXAMPLE} ${EXAMPLESDIR}
+ ${INSTALL_DATA} ${WRKSRC}/examples/${EXAMPLE} ${EXAMPLESDIR}
.endfor
.endif
diff --git a/devel/picasm/distinfo b/devel/picasm/distinfo
index 014cd40e8a6d..16b462485306 100644
--- a/devel/picasm/distinfo
+++ b/devel/picasm/distinfo
@@ -1 +1 @@
-MD5 (picasm105.tar.gz) = eae776d9de5a32576ff5172ad682fdb9
+MD5 (picasm112b.tar.gz) = aa80ef61a905a3c4fa07c055b4805965
diff --git a/devel/picasm/pkg-plist b/devel/picasm/pkg-plist
index 1c928475c8a1..5c8c3f298f4c 100644
--- a/devel/picasm/pkg-plist
+++ b/devel/picasm/pkg-plist
@@ -1,10 +1,10 @@
@comment $FreeBSD$
bin/picasm
-%%PORTDOCS%%share/doc/picasm/picasm.doc
+%%PORTDOCS%%share/doc/picasm/picasm.txt
%%PORTDOCS%%@dirrm share/doc/picasm
%%PORTDOCS%%share/examples/picasm/example.asm
%%PORTDOCS%%share/examples/picasm/morse.asm
-%%PORTDOCS%%share/examples/picasm/morse.h
-%%PORTDOCS%%share/examples/picasm/pic16c84.h
-%%PORTDOCS%%share/examples/picasm/picmac.h
+%%PORTDOCS%%share/examples/picasm/morse.i
+%%PORTDOCS%%share/examples/picasm/pic16f84.i
+%%PORTDOCS%%share/examples/picasm/picmac.i
%%PORTDOCS%%@dirrm share/examples/picasm