freebsd-ports/devel/cmake-fedora/Makefile
Ruslan Makhmatkhanov d48bff47de - update tp 1.0.3
- add patch for date(1) argument

while here:
- do not install .orig files

PR:		170587
Submitted by:	Kuan-Chung Chiu <buganini at gmail dot com> (maintainer)
2012-08-15 06:39:39 +00:00

31 lines
644 B
Makefile

# New ports collection makefile for: cmake-fedora
# Date created: 2 Jan, 2012
# Whom: buganini@gmail.com
#
# $FreeBSD$
#
PORTNAME= cmake-fedora
PORTVERSION= 1.0.3
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
post-patch:
@${FIND} ${WRKSRC} -name '*.orig' -delete
do-install:
${MKDIR} ${PREFIX}/share/cmake/Modules
cd ${WRKSRC}/ && \
${INSTALL_DATA} * ${PREFIX}/share/cmake/Modules
.include <bsd.port.mk>