3e474a90d8
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
26 lines
696 B
Makefile
26 lines
696 B
Makefile
# $NetBSD: Makefile,v 1.6 2005/07/16 01:19:07 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= 2vcard-0.5
|
|
CATEGORIES= converters
|
|
MASTER_SITES= http://www.netmeister.org/apps/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= jschauma@NetBSD.org
|
|
HOMEPAGE= http://www.netmeister.org/apps/2vcard/
|
|
COMMENT= Convert an addressbook to the popular VCARD file format
|
|
|
|
USE_TOOLS+= perl:run
|
|
REPLACE_PERL= src/2vcard
|
|
|
|
NO_BUILD= yes
|
|
|
|
INSTALLATION_DIRS= bin man/man1
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/src/2vcard ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/doc/2vcard.1 ${PREFIX}/man/man1/
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/2vcard
|
|
${INSTALL_DATA} ${WRKSRC}/doc/html/* ${PREFIX}/share/doc/html/2vcard
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|