mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
net/gini: Mark jobs unsafe
This commit is contained in:
parent
dfa6502b34
commit
84deb27d08
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342820
@ -8,22 +8,24 @@ CATEGORIES= net multimedia
|
||||
MASTER_SITES= SF/${PORTNAME}/OldFiles
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A lightweight media streaming server
|
||||
COMMENT= Lightweight media streaming server
|
||||
|
||||
LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis
|
||||
|
||||
USES= gmake
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= glib12
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
USE_GMAKE= yes
|
||||
USERS= ${PORTNAME}
|
||||
GROUPS= ${USERS}
|
||||
|
||||
MAN1= ginicon.1 ginifeed.1
|
||||
MAN8= gini.8
|
||||
|
||||
MAKE_JOBS_UNSAFE=yes
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
${INSTALL_SCRIPT} ${FILESDIR}/gini.sh.sample ${PREFIX}/etc/rc.d
|
||||
|
Loading…
Reference in New Issue
Block a user