From 735818b032fba5304b65361c64a3b2ae9dab2b4f Mon Sep 17 00:00:00 2001 From: kevlo Date: Sat, 23 Jun 2001 14:45:52 +0000 Subject: Update to version 0.9.7 PR: 28327 Submitted by: Brandon Fosdick Reviewed by: MAINTAINER --- devel/gputils/Makefile | 8 ++++---- devel/gputils/distinfo | 2 +- devel/gputils/pkg-plist | 3 +++ 3 files changed, 8 insertions(+), 5 deletions(-) (limited to 'devel/gputils') diff --git a/devel/gputils/Makefile b/devel/gputils/Makefile index 5a179eeef757..8b7fcb5b6de5 100644 --- a/devel/gputils/Makefile +++ b/devel/gputils/Makefile @@ -6,23 +6,23 @@ # PORTNAME= gpasm -PORTVERSION= 0.9.5 +PORTVERSION= 0.9.7 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= sam@inf.enst.fr -LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt - GNU_CONFIGURE= yes CONFIGURE_ENV= CC="cc -I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lgnugetopt" + LIBS="-L${LOCALBASE}/lib" .if !defined(NOPORTDOCS) post-install: ${MKDIR} ${PREFIX}/share/doc/gpasm ${INSTALL_DATA} ${WRKSRC}/doc/gpasm.ps ${PREFIX}/share/doc/gpasm + ${INSTALL_DATA} ${WRKSRC}/doc/gpasm.pdf ${PREFIX}/share/doc/gpasm + ${INSTALL_DATA} ${WRKSRC}/doc/gpasm.lyx ${PREFIX}/share/doc/gpasm .endif .include diff --git a/devel/gputils/distinfo b/devel/gputils/distinfo index 612c4533d8f4..c25f03000925 100644 --- a/devel/gputils/distinfo +++ b/devel/gputils/distinfo @@ -1 +1 @@ -MD5 (gpasm-0.9.5.tar.gz) = 89f6482c77df197c6d18a9f5092e2cb2 +MD5 (gpasm-0.9.7.tar.gz) = 7ee911ca1ae1e47f33c2d6e269d31ab0 diff --git a/devel/gputils/pkg-plist b/devel/gputils/pkg-plist index 17b71bd9671a..499665ac476a 100644 --- a/devel/gputils/pkg-plist +++ b/devel/gputils/pkg-plist @@ -1,6 +1,7 @@ bin/gpasm bin/gpdasm bin/gpvc +bin/gpvo share/gpasm/header/memory.inc share/gpasm/header/p12c508.inc share/gpasm/header/p12c508a.inc @@ -118,6 +119,8 @@ share/gpasm/header/p18c452.inc share/gpasm/header/p18c658.inc share/gpasm/header/p18c858.inc share/doc/gpasm/gpasm.ps +share/doc/gpasm/gpasm.pdf +share/doc/gpasm/gpasm.lyx @dirrm share/doc/gpasm @dirrm share/gpasm/header @dirrm share/gpasm -- cgit