ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/multimedia/gmp-api/Makefile
Revision: 21968
Committed: Thu Sep 29 22:21:53 2016 UTC (7 years, 6 months ago) by laffer1
Content type: text/plain
File size: 576 byte(s)
Log Message:
add gmp-api

File Contents

# Content
1 # $MidnightBSD$
2 # $FreeBSD: head/multimedia/gmp-api/Makefile 392273 2015-07-16 06:05:59Z jbeich $
3
4 PORTNAME= gmp-api
5 DISTVERSIONPREFIX= Firefox
6 DISTVERSION= 39 # tracking www/firefox
7 CATEGORIES= multimedia
8
9 MAINTAINER= ports@MidnightBSD.org
10 COMMENT= Gecko Media Plugins API from mozilla-release
11
12 LICENSE= apache2
13
14 USE_GITHUB= yes
15 GH_ACCOUNT= mozilla
16
17 WRKSRC= ${WRKDIR}/gmp-api-Firefox39
18
19 NO_BUILD= yes
20 NO_ARCH= yes
21
22 do-install:
23 ${MKDIR} ${STAGEDIR}${PREFIX}/include/${PORTNAME}
24 ${INSTALL_DATA} ${WRKSRC}/*.h ${STAGEDIR}${PREFIX}/include/${PORTNAME}
25
26 .include <bsd.port.mk>

Properties

Name Value
svn:eol-style native
svn:keywords MidnightBSD=%H
svn:mime-type text/plain