Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
# $NetBSD: Makefile,v 1.4 2012/10/31 11:16:50 asau Exp $
#
DISTNAME= cvsdiff2patch-1.0.1
CATEGORIES= devel
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://people.freebsd.org/~alfred/sources/cvsdiff2patch/
COMMENT= Convert CVS diffs into something that patch(1) understands
NO_CONFIGURE= yes
USE_LIBTOOL= yes
INSTALLATION_DIRS+= bin
do-extract:
${RUN} ${CP} -R ${FILESDIR} ${WRKSRC}
do-build:
${RUN} cd ${WRKSRC} && \
${LIBTOOL} --mode=link ${CC} -o ${PKGBASE} ${PKGBASE}.c
do-install:
${RUN} cd ${WRKSRC} && \
${LIBTOOL} --mode=install ${INSTALL_PROGRAM} ${PKGBASE} \
${DESTDIR}${PREFIX}/bin
.include "../../mk/bsd.pkg.mk"