pkgsrc/print/flpsed/Makefile
micha d947f8354b print/flpsed: Update to 0.7.3
- HOMEPAGE updated
- Switch to FLTK 1.3


flpsed ChangeLog
=================

flpsed-0.7.3
* Fix warnings

flpsed-0.7.2
* Fix desktop file. (by Luis Alberto)

flpsed-0.7.1
* Add icon and desktop file. (by Luis Alberto)

flpsed-0.7.0
* Detect pdf by looking at magic number instead of file extension.
* Bring in utf8 changes from fltk2 based version to make it work
  with fltk-1.3. flpsed is now officially based on fltk-1.3.x.
2019-10-17 10:59:40 +00:00

23 lines
563 B
Makefile

# $NetBSD: Makefile,v 1.15 2019/10/17 10:59:40 micha Exp $
DISTNAME= flpsed-0.7.3
CATEGORIES= print
MASTER_SITES= http://flpsed.org/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://flpsed.org/flpsed.html
COMMENT= Postscript and PDF annotator
LICENSE= gnu-gpl-v2
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 "../../mk/bsd.pkg.mk"