pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
libeio-cvs: make configuration simpler, honor CONFIGURE_ENV
Module Name: pkgsrc-wip
Committed By: Roland Illig <rillig%NetBSD.org@localhost>
Pushed By: rillig
Date: Tue Feb 27 13:16:33 2018 +0000
Changeset: 324f36f5790c0d1eef2ad45744e9ef33b66d4c14
Modified Files:
libeio-cvs/Makefile
Log Message:
libeio-cvs: make configuration simpler, honor CONFIGURE_ENV
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=324f36f5790c0d1eef2ad45744e9ef33b66d4c14
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
libeio-cvs/Makefile | 16 +++++-----------
1 file changed, 5 insertions(+), 11 deletions(-)
diffs:
diff --git a/libeio-cvs/Makefile b/libeio-cvs/Makefile
index e1d316a0ab..1d1ff0a42a 100644
--- a/libeio-cvs/Makefile
+++ b/libeio-cvs/Makefile
@@ -1,31 +1,25 @@
-# $NetBSD: Makefile,v 1.1 2014/02/02 14:01:40 makoto Exp $
+# $NetBSD$
-# The name won't be used for actual fetch, this is cvs version
DISTNAME= libeio-4.18
# eliminate -cvs suffix which cvs-package.mk attaches
-PKGNAME= libeio-4.18
+PKGNAME= ${DISTNAME}
CATEGORIES= inputmethod
-LICENSE= 2-clause-bsd OR gnu-gpl-v2
+CVS_ROOT= :pserver:anonymous:@cvs.schmorp.de/schmorpforge
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://software.schmorp.de/pkg/libeio.html
COMMENT= Full-featured asynchronous I/O library for C
+LICENSE= 2-clause-bsd OR gnu-gpl-v2
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= autoconf automake
-WRKSRC= ${WRKDIR}/libeio
-
GNU_CONFIGURE_LIBSUBDIR= eio
CONFIGURE_ARGS+= --includedir=${PREFIX}/include/eio
-# password = anoncvs
-CVS_ROOT.libeio= :pserver:anonymous%cvs.schmorp.de@localhost/schmorpforge
-CVS_REPOSITORIES= libeio
-
pre-configure:
- cd ${WRKSRC} && ${SH} ./autogen.sh
+ ${RUN} cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${SH} ./autogen.sh
.include "../../wip/mk/cvs-package.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index