summaryrefslogtreecommitdiffstats
path: root/devel/picasm
diff options
context:
space:
mode:
authorbms <bms@FreeBSD.org>2003-10-05 06:02:04 +0000
committerbms <bms@FreeBSD.org>2003-10-05 06:02:04 +0000
commita405cddc46e4cb155d17ed16efc9ad378bc1745b (patch)
tree30c9eef1ecf5def17b883e43061f2c626da9b862 /devel/picasm
parent9100f359379a3aa39c52da2b4a5213e186a7214b (diff)
downloadFreeBSD-ports-a405cddc46e4cb155d17ed16efc9ad378bc1745b.zip
FreeBSD-ports-a405cddc46e4cb155d17ed16efc9ad378bc1745b.tar.gz
Update picasm to version 1.12b.
PR: ports/52268 Submitted by: Christopher Hall
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 be3873f..05b8ecf 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 014cd40..16b4624 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 1c92847..5c8c3f29 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
OpenPOWER on IntegriCloud