aboutsummaryrefslogtreecommitdiff
path: root/port-files/FreeBSD/Makefile
Commit message (Collapse)AuthorAge
* Split up the FreeBSD port files into a total of 12 portsKen Moore2017-05-13
| | | | | | | | | | | | | | | x11/lumina (meta port for all of them) x11/lumina-core (core desktop: lumina-open, lumina-desktop, start-lumina-desktop, themes, icons, etc..) x11/lumina-coreutils (core configuration utilities: lumina-config, lumina-xconfig, lumina-search) deskutils/lumina-archiver deskutils/lumina-calculator deskutils/lumina-fileinfo deskutils/lumina-fm deskutils/lumina-mediaplayer deskutils/lumina-notify deskutils/lumina-screenshot deskutils/lumina-textedit deskutils/lumina-xdg-entry
* Remove broken oxygen icons depend. We will forge ahead with our own icons.Joe Maloney2017-04-10
|
* Remove 0 from port dependJoe Maloney2017-04-10
|
* Oxygen icons have moved. Update location.Joe Maloney2017-04-10
|
* Add the new xinput dependency into the port for FreeBSD.Ken Moore2016-12-09
|
* Fix a syntax issue with the new i18n option in the FreeBSD makefile.Ken Moore2016-09-26
|
* Also ensure that the Qt5 linguist tools are used during the build if the ↵Ken Moore2016-09-26
| | | | i18n option is enabled.
* Adjust the port Makefile for FreeBSD to include the i18n files by default.Ken Moore2016-09-26
|
* Fix pkg-plist and cleanup MakefileKris Moore2016-08-09
|
* Move the new port files for FreeBSD over into the proper directory and ↵Ken Moore2016-08-08
| | | | adjust the new mkport script to use that dir.
* Fix up the FreeBSD port files for LuminaKen Moore2016-07-01
|
* Another couple quick fixes for the FreeBSD port files.Ken Moore2016-06-28
|
* Update the FreeBSD port makefile and pkg-descriptionKen Moore2016-06-28
|
* Update the coming-soon 0.9.1 port makefile for FreeBSD, and also setup the ↵Ken Moore2016-06-28
| | | | "DEFAULT_SETTINGS=<OS>" build flag for installing config files or desktop wallpapers for other OS's.
* Change references to PC-BSD to TrueOSq5sys2016-06-23
|
* Cleaning up the lumina FreeBSD makefile.Ken Moore2016-06-23
|
* Large update to all the port-files.Ken Moore2016-06-20
1) Move all the port files (.spec, .ebuild, debian dir, etc..) into the port-files dir. 2) Move all the FreeBSD port files into a "port-files/FreeBSD" sub-dir 3) Update all the build/install scripts (as much as possible - needs review by the porters) to account for the directory heirarchy change 4) Update the .gitignore file a bit so it is also aware of the new directory heirarchy
bgstack15