diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-09-17 17:12:21 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-09-17 17:12:21 +0000 |
commit | c2fafdc8696d0fadfcc7e6c21d8dc222ae82305f (patch) | |
tree | 5c84cf13d9870434169ae7666578a6786db6d4f3 /audio/icecast2 | |
parent | 370e567359b05e134fdd07f2733c35552cc0c086 (diff) | |
download | ports-c2fafdc8696d0fadfcc7e6c21d8dc222ae82305f.tar.gz ports-c2fafdc8696d0fadfcc7e6c21d8dc222ae82305f.zip |
Notes
Diffstat (limited to 'audio/icecast2')
-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/ |