mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Support staging
- Convert USE_BZIP2 to USES - Use new LIB_DEPENDS syntax
This commit is contained in:
parent
9518b1777b
commit
34e0603590
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353552
@ -10,28 +10,24 @@ MASTER_SITES= SF/${PORTNAME}/OldFiles
|
|||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Lightweight media streaming server
|
COMMENT= Lightweight media streaming server
|
||||||
|
|
||||||
LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis
|
LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis
|
||||||
|
|
||||||
USES= gmake
|
USES= tar:bzip2 gmake
|
||||||
USE_BZIP2= yes
|
|
||||||
USE_GNOME= glib12
|
USE_GNOME= glib12
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
|
|
||||||
USERS= ${PORTNAME}
|
USERS= ${PORTNAME}
|
||||||
GROUPS= ${USERS}
|
GROUPS= ${USERS}
|
||||||
|
|
||||||
MAN1= ginicon.1 ginifeed.1
|
|
||||||
MAN8= gini.8
|
|
||||||
|
|
||||||
MAKE_JOBS_UNSAFE=yes
|
MAKE_JOBS_UNSAFE=yes
|
||||||
|
|
||||||
NO_STAGE= yes
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${INSTALL_SCRIPT} ${FILESDIR}/gini.sh.sample ${PREFIX}/etc/rc.d
|
${INSTALL_SCRIPT} ${FILESDIR}/gini.sh.sample ${STAGEDIR}${PREFIX}/etc/rc.d
|
||||||
.if !defined(NOPORTDOCS)
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
${MKDIR} ${DOCSDIR}
|
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
||||||
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
bin/ginicon
|
bin/ginicon
|
||||||
bin/ginifeed
|
bin/ginifeed
|
||||||
etc/rc.d/gini.sh.sample
|
etc/rc.d/gini.sh.sample
|
||||||
|
man/man1/ginicon.1.gz
|
||||||
|
man/man1/ginifeed.1.gz
|
||||||
|
man/man8/gini.8.gz
|
||||||
sbin/gini
|
sbin/gini
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||||
|
Loading…
Reference in New Issue
Block a user