mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-06 11:41:52 +00:00
* Updated to 2.8
* Added License * Removed unneeded depends * Updated pkg-descr PR: 232326 Submitted by: bourne^@hotmail.com (maintainer)
This commit is contained in:
parent
f7f69003f5
commit
4535aa430c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=486910
@ -1,28 +1,29 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mkdesktop
|
||||
PORTVERSION= 1.8
|
||||
PORTVERSION= 2.8
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= bourne.identity@hotmail.com
|
||||
COMMENT= Powerful, flexible utility to setup a FreeBSD desktop
|
||||
|
||||
RUN_DEPENDS= pkg>0:ports-mgmt/pkg
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= bourne-again
|
||||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
DATA1= stage-definitions
|
||||
DATA2= mkdesktop.help
|
||||
PLIST_FILES= bin/${PORTNAME} ${DATADIR}/${DATA1} ${DATADIR}/${DATA2}
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= bourne-again
|
||||
|
||||
PLIST_FILES= bin/mkdesktop \
|
||||
share/mkdesktop/stage-definitions \
|
||||
man/man1/mkdesktop.1.gz
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${DATADIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/${DATA1} ${STAGEDIR}${DATADIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/${DATA2} ${STAGEDIR}${DATADIR}
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/stage-definitions ${STAGEDIR}${DATADIR}
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/mkdesktop ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/mkdesktop.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1527016876
|
||||
SHA256 (bourne-again-mkdesktop-1.8_GH0.tar.gz) = 79e4d1b4c9466b6052eb6f280e2ec47666c6ce287d16c29b5c8bf854b925e91f
|
||||
SIZE (bourne-again-mkdesktop-1.8_GH0.tar.gz) = 9380
|
||||
TIMESTAMP = 1541099999
|
||||
SHA256 (bourne-again-mkdesktop-2.8_GH0.tar.gz) = 905b594931713770c06eeba0640b545f61afc6cf3a42ff7b4d59d9db97c29d4a
|
||||
SIZE (bourne-again-mkdesktop-2.8_GH0.tar.gz) = 16172
|
||||
|
@ -1,10 +1,8 @@
|
||||
mkdesktop is a Bourne script that helps to standardize the process of FreeBSD
|
||||
desktop installation as much as possible per user, with plenty of flexibility as
|
||||
well as modularity. By default, you get 5 distinct stages for defining your
|
||||
desktop environment. But you can always add/subtract/customize the stages as
|
||||
much as you wish. Once you start using mkdesktop, you will pretty soon love it -
|
||||
particularly its post-processor which automatically kicks in once the stages
|
||||
have been processed - it sets up emulation layers and configuration of system
|
||||
files, if the user so desires.
|
||||
Installing a FreeBSD desktop from scratch can be messy : you often
|
||||
forget the correct steps/packages. The mkdesktop script helps to
|
||||
standardize the process as much as possible per user, with plenty of
|
||||
flexibility as well as modularity. The script sets up X & your desktop,
|
||||
configures emulation layers (Wine / Linuxulator) if so desired, and
|
||||
then configures the essential system files under /etc and /boot.
|
||||
|
||||
WWW: https://github.com/bourne-again/mkdesktop
|
||||
|
Loading…
x
Reference in New Issue
Block a user