freebsd-ports/devel/cmake-fedora/Makefile
Li-Wen Hsu d4188c7865 Add cmake-fedora 0.8.1, set of cmake modules for fedora developers.
PR:		ports/163776
Submitted by:	Kuan-Chung Chiu <buganini@gmail.com>
2012-01-07 11:42:32 +00:00

27 lines
588 B
Makefile

# New ports collection makefile for: cmake-fedora
# Date created: 2 Jan, 2012
# Whom: buganini@gmail.com
#
# $FreeBSD$
#
PORTNAME= cmake-fedora
PORTVERSION= 0.8.1
CATEGORIES= devel
MASTER_SITES= https://fedorahosted.org/releases/c/m/cmake-fedora/
DISTNAME= ${PORTNAME}-${PORTVERSION}-modules-only
MAINTAINER= buganini@gmail.com
COMMENT= Set of cmake modules for fedora developers
LICENSE= BSD
WRKSRC= ${WRKDIR}/Modules
NO_BUILD= yes
do-install:
${MKDIR} ${PREFIX}/share/cmake/Modules
cd ${WRKSRC}/ && \
${INSTALL_DATA} * ${PREFIX}/share/cmake/Modules
.include <bsd.port.mk>