diff options
-rw-r--r-- | audio/icecast2/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/icecast2/Makefile b/audio/icecast2/Makefile index eb1bce16054e..77056c8661a0 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/ |