mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
ef0a0c91f1
- Update Firefox and gmp-api to 39.0 - Update Firefox ESR and libxul to 38.1.0 Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.19.2_release_notes Changes: https://www.mozilla.org/firefox/39.0/releasenotes/ Changes: https://www.mozilla.org/firefox/38.1.0/releasenotes/ MFH: 2015Q3 Security: https://vuxml.freebsd.org/freebsd/44d9daee-940c-4179-86bb-6e3ffd617869.html
24 lines
449 B
Makefile
24 lines
449 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gmp-api
|
|
DISTVERSIONPREFIX= Firefox
|
|
DISTVERSION= 39 # tracking www/firefox
|
|
CATEGORIES= multimedia
|
|
|
|
MAINTAINER= gecko@FreeBSD.org
|
|
COMMENT= Gecko Media Plugins API from mozilla-release
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= mozilla
|
|
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${PREFIX}/include/${PORTNAME}
|
|
${INSTALL_DATA} ${WRKSRC}/*.h ${STAGEDIR}${PREFIX}/include/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|