pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

flpsed: Finish package



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
Pushed By:	micha
Date:		Thu Oct 17 12:42:07 2019 +0200
Changeset:	b406493a1049b5a02cf77d8d11f1873c5dc9561a

Modified Files:
	flpsed/Makefile
	flpsed/PLIST

Log Message:
flpsed: Finish package

- Fix category to print
- Switch back to FLTK 1.3
- Install README file

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b406493a1049b5a02cf77d8d11f1873c5dc9561a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 flpsed/Makefile | 10 +++++++---
 flpsed/PLIST    |  1 +
 2 files changed, 8 insertions(+), 3 deletions(-)

diffs:
diff --git a/flpsed/Makefile b/flpsed/Makefile
index 3167381bfb..de3ec6b2f9 100644
--- a/flpsed/Makefile
+++ b/flpsed/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
 DISTNAME=	flpsed-0.7.3
-CATEGORIES=	graphics
+CATEGORIES=	print
 MASTER_SITES=	http://flpsed.org/
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
@@ -13,7 +13,11 @@ GNU_CONFIGURE=	yes
 USE_LANGUAGES=	c c++
 USE_TOOLS+=	gs:run
 
+INSTALLATION_DIRS+=	share/doc/flpsed
+
+post-install:
+	${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/flpsed
+
 # FLTK version 1.4 is supported too
-#.include "../../x11/fltk13/buildlink3.mk"
-.include "../../wip/fltk14-devel/buildlink3.mk"
+.include "../../x11/fltk13/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/flpsed/PLIST b/flpsed/PLIST
index 388c8dd2ab..0123aac75b 100644
--- a/flpsed/PLIST
+++ b/flpsed/PLIST
@@ -1,3 +1,4 @@
 @comment $NetBSD$
 bin/flpsed
 man/man1/flpsed.1
+share/doc/flpsed/README


Home | Main Index | Thread Index | Old Index