Thu Feb 13 04:37:41 2020 UTC ()
featherpad: generalize comment (it's not just for Linux)


(gutteridge)
diff -r1.1 -r1.2 pkgsrc/editors/featherpad/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/editors/featherpad/Makefile (expand / switch to unified diff)

--- pkgsrc/editors/featherpad/Makefile 2020/02/13 03:12:18 1.1
+++ pkgsrc/editors/featherpad/Makefile 2020/02/13 04:37:41 1.2
@@ -1,24 +1,24 @@ @@ -1,24 +1,24 @@
1# $NetBSD: Makefile,v 1.1 2020/02/13 03:12:18 gutteridge Exp $ 1# $NetBSD: Makefile,v 1.2 2020/02/13 04:37:41 gutteridge Exp $
2 2
3DISTNAME= FeatherPad-V0.12.0 3DISTNAME= FeatherPad-V0.12.0
4PKGNAME= featherpad-0.12.0 4PKGNAME= featherpad-0.12.0
5CATEGORIES= editors 5CATEGORIES= editors
6MASTER_SITES= ${MASTER_SITE_GITHUB:=tsujan/} 6MASTER_SITES= ${MASTER_SITE_GITHUB:=tsujan/}
7GITHUB_TAG= V${PKGVERSION_NOREV} 7GITHUB_TAG= V${PKGVERSION_NOREV}
8 8
9MAINTAINER= voidpin@protonmail.com 9MAINTAINER= voidpin@protonmail.com
10HOMEPAGE= https://github.com/tsujan/FeatherPad/ 10HOMEPAGE= https://github.com/tsujan/FeatherPad/
11COMMENT= Lightweight Qt5 plain-text editor for Linux 11COMMENT= Lightweight Qt5 plain-text editor
12LICENSE= gnu-gpl-v3 12LICENSE= gnu-gpl-v3
13 13
14WRKSRC= ${WRKDIR}/FeatherPad-0.12.0 14WRKSRC= ${WRKDIR}/FeatherPad-0.12.0
15USE_CMAKE= yes 15USE_CMAKE= yes
16USE_TOOLS+= pkg-config 16USE_TOOLS+= pkg-config
17USE_LANGUAGES= c c++ 17USE_LANGUAGES= c c++
18 18
19CONFIGURE_DIRS= build 19CONFIGURE_DIRS= build
20CMAKE_ARG_PATH= .. 20CMAKE_ARG_PATH= ..
21 21
22pre-configure: 22pre-configure:
23 ${MKDIR} -p ${WRKSRC}/build 23 ${MKDIR} -p ${WRKSRC}/build
24 24