mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
996c655381
but build crashes with g++ 4.2.1 from base but wotk properly with both clang and newer gcc
28 lines
660 B
Makefile
28 lines
660 B
Makefile
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rvm
|
|
PORTVERSION= 1.07
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= SF
|
|
PKGNAMESUFFIX= an
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Archive manager that uses rsync to manage backups
|
|
|
|
BUILD_DEPENDS= rsync:${PORTSDIR}/net/rsync
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
USES= gmake compiler:c++11-lang
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-default-config-file=${PREFIX}/etc/rvm.conf \
|
|
--enable-assume-stl-memory-exception
|
|
MAKE_ARGS= CXXFLAGS="${CXXFLAGS}"
|
|
|
|
PLIST_FILES= bin/rvm man/man1/rvm.1.gz
|
|
|
|
.include <bsd.port.mk>
|