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
|
||||
COMMENT= Lightweight media streaming server
|
||||
|
||||
LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis
|
||||
LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis
|
||||
|
||||
USES= gmake
|
||||
USE_BZIP2= yes
|
||||
USES= tar:bzip2 gmake
|
||||
USE_GNOME= glib12
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
USERS= ${PORTNAME}
|
||||
GROUPS= ${USERS}
|
||||
|
||||
MAN1= ginicon.1 ginifeed.1
|
||||
MAN8= gini.8
|
||||
|
||||
MAKE_JOBS_UNSAFE=yes
|
||||
|
||||
NO_STAGE= yes
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-install:
|
||||
${INSTALL_SCRIPT} ${FILESDIR}/gini.sh.sample ${PREFIX}/etc/rc.d
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||||
.endif
|
||||
${INSTALL_SCRIPT} ${FILESDIR}/gini.sh.sample ${STAGEDIR}${PREFIX}/etc/rc.d
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,9 @@
|
||||
bin/ginicon
|
||||
bin/ginifeed
|
||||
etc/rc.d/gini.sh.sample
|
||||
man/man1/ginicon.1.gz
|
||||
man/man1/ginifeed.1.gz
|
||||
man/man8/gini.8.gz
|
||||
sbin/gini
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user