Skip to content

TeknosQuet/freebsd-ports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

freebsd-ports

Description

Custom ports collection that contains ports made by teknos.

Compilation

Compiling and installing a port from this repository is similar to installing one from the official FreeBSD ports collection.
Here's how you do it:

$ git clone https://github.com/TeknosQuet/freebsd-ports.git
$ cd freebsd-ports/category/port    # cd freebsd-ports/emulators/wine8
$ sudo make makesum    # downloads distfiles and updates chesksums
$ make
$ sudo make install

About emulators/wine*: make sure to compile on both amd64 and i386 architecture; this is possible via poudriere(8) or an i386 FreeBSD jail(8).