summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-09-17 17:12:21 +0000
committersunpoet <sunpoet@FreeBSD.org>2015-09-17 17:12:21 +0000
commit08a0beda76611b487728a2ae3d1ff46e85edb613 (patch)
tree5c84cf13d9870434169ae7666578a6786db6d4f3
parent896bee04b43432adaac7331ea1e69df65c2e4da7 (diff)
downloadFreeBSD-ports-08a0beda76611b487728a2ae3d1ff46e85edb613.zip
FreeBSD-ports-08a0beda76611b487728a2ae3d1ff46e85edb613.tar.gz
- Add CPE information
PR: 203139 Submitted by: shun <shun.fbsd.pr@dropcut.net>
-rw-r--r--audio/icecast2/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/icecast2/Makefile b/audio/icecast2/Makefile
index eb1bce1..77056c8 100644
--- a/audio/icecast2/Makefile
+++ b/audio/icecast2/Makefile
@@ -32,7 +32,7 @@ CFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ENV= OGG_PREFIX=${LOCALBASE}
GNU_CONFIGURE= yes
USE_RC_SUBR= ${PORTNAME}
-USES= gmake
+USES= cpe gmake
WRKSRC= ${WRKDIR}/icecast-${PORTVERSION}
DATADIR= ${PREFIX}/share/icecast
@@ -43,6 +43,9 @@ PORTDATA= *
PORTDOCS= *
SUB_FILES= pkg-message
+CPE_VENDOR= xiph
+CPE_PRODUCT= icecast
+
post-install:
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/favicon.ico ${STAGEDIR}${DATADIR}/web/
OpenPOWER on IntegriCloud