mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
38 lines
750 B
Makefile
38 lines
750 B
Makefile
# Created by: Kimura Fuyuki <fuyuki@hadaly.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gini
|
|
PORTVERSION= 0.5.1
|
|
PORTREVISION= 7
|
|
CATEGORIES= net multimedia
|
|
MASTER_SITES= SF/${PORTNAME}/OldFiles
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
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
|
|
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
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|