ad23e36877
Based on maintainer update request by PR 39170. New in alpha3.8.g4 (Gary Houston): Makefile.am: account for $(DESTDIR) in install-data-local, thanks to Aleksey Cheusov. Configuration scripts updated.
30 lines
655 B
Makefile
30 lines
655 B
Makefile
# $NetBSD: Makefile,v 1.2 2008/07/21 02:56:55 obache Exp $
|
|
|
|
DISTNAME= rxspencer-alpha3.8.g4
|
|
PKGNAME= librxspencer-3.8.4
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://arglist.com/regex/
|
|
|
|
MAINTAINER= cheusov@tut.by
|
|
HOMEPAGE= http://arglist.com/regex/
|
|
COMMENT= POSIX API regexp library by Henry Spencer
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --enable-shared
|
|
|
|
TEST_TARGET= check
|
|
|
|
DOCDIR= ${PREFIX}/share/doc/${PKGBASE}
|
|
|
|
AUTO_MKDIRS= yes
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
post-install:
|
|
set -e; \
|
|
for i in COPYRIGHT INSTALL README WHATSNEW; do \
|
|
${INSTALL_DATA} ${WRKSRC}/"$${i}" ${DESTDIR}${DOCDIR}; \
|
|
done
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|