freebsd-ports/multimedia/gmp-api/Makefile
Mathieu Arnold 07da776842 Update ports in the [i-m]* category to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 16:32:43 +00:00

23 lines
421 B
Makefile

# $FreeBSD$
PORTNAME= gmp-api
PORTVERSION= 38.0
CATEGORIES= multimedia
MAINTAINER= gecko@FreeBSD.org
COMMENT= Gecko Media Plugins API from mozilla-central
LICENSE= APACHE20
USE_GITHUB= yes
GH_ACCOUNT= mozilla
GH_TAGNAME= 2b8954c
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>