はじめるまよ!!!
This commit is contained in:
5
README.md
Normal file
5
README.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# Trinity Desktop Environment for NetBSD
|
||||
This is a one-person effort to bring [TDE](https://trinitydesktop.org) to [NetBSD](https://netbsd.org) systems with the [pkgsrc](https://pkgsrc.org) framework.
|
||||
|
||||
> [!WARNING]
|
||||
> It is missing a ton of things
|
||||
11
meta-pkgs/tde/Makefile.common
Normal file
11
meta-pkgs/tde/Makefile.common
Normal file
@@ -0,0 +1,11 @@
|
||||
# $NetBSD$
|
||||
MASTER_SITE_TDE = \
|
||||
https://mirror.ppa.trinitydesktop.org/trinity/releases/R${TDEVERSION}/
|
||||
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
EXTRACT_USING= bsdtar
|
||||
|
||||
MAINTAINER?= shinyoukai@laidback.moe
|
||||
HOMEPAGE= https://trinitydesktop.org/
|
||||
|
||||
TQTPREFIX= ${PREFIX}/tqt3
|
||||
37
x11/tqt-trinity/Makefile
Normal file
37
x11/tqt-trinity/Makefile
Normal file
@@ -0,0 +1,37 @@
|
||||
# $NetBSD$
|
||||
DISTNAME= tqt-trinity-${TDEVERSION}
|
||||
CATEGORIES= x11
|
||||
|
||||
.include "../../meta-pkgs/tde/Makefile.common"
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_TDE:=main/dependencies/}
|
||||
|
||||
COMMENT= C++ X GUI toolkit, version 3
|
||||
LICENSE= gnu-gpl-v2 AND gnu-gpl-v3 AND qpl-1.0
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
USE_TOOLS+= pkg-config
|
||||
USE_PKGLOCALEDIR= yes
|
||||
USE_LANGUAGES= c c++
|
||||
|
||||
CONFIGURE_ARGS= -prefix ${TQTPREFIX}
|
||||
CONFIGURE_ARGS+= -bindir ${TQTPREFIX}/bin
|
||||
CONFIGURE_ARGS+= -libdir ${TQTPREFIX}/lib
|
||||
CONFIGURE_ARGS+= -headerdir ${TQTPREFIX}/include
|
||||
CONFIGURE_ARGS+= -sysconfdir ${TQTPREFIX}/etc
|
||||
CONFIGURE_ARGS+= -docdir ${TQTPREFIX}/doc
|
||||
CONFIGURE_ARGS+= -plugindir ${TQTPREFIX}/plugins
|
||||
CONFIGURE_ARGS+= -translationdir ${TQTPREFIX}/translations
|
||||
|
||||
.include "../../devel/zlib/buildlink3.mk"
|
||||
.include "../../graphics/freetype2/buildlink3.mk"
|
||||
.include "../../graphics/libjpeg-turbo/buildlink3.mk"
|
||||
.include "../../graphics/mng/buildlink3.mk"
|
||||
.include "../../graphics/png/buildlink3.mk"
|
||||
.include "../../x11/libX11/buildlink3.mk"
|
||||
.include "../../x11/libXcursor/buildlink3.mk"
|
||||
.include "../../x11/libXft/buildlink3.mk"
|
||||
.include "../../x11/libXinerama/buildlink3.mk"
|
||||
.include "../../x11/libXrandr/buildlink3.mk"
|
||||
.include "../../x11/libXrender/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
Reference in New Issue
Block a user