21 lines
410 B
Makefile
21 lines
410 B
Makefile
# New ports collection makefile for: git-subversion
|
|
# Date created: 01 August 2011
|
|
# Whom: wxs@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -subversion
|
|
|
|
COMMENT= Distributed source code management tool with FreeBSD subversion bindings
|
|
|
|
MASTERDIR= ${.CURDIR}/../git
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
WITH_SVN= yes
|
|
|
|
CONFLICTS?= git-[0-9]*
|
|
|
|
DISTINFO_FILE= ${MASTERDIR}/distinfo
|
|
|
|
.include "${MASTERDIR}/Makefile"
|