dc9594e09d
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
20 lines
626 B
Makefile
20 lines
626 B
Makefile
# $NetBSD: Makefile,v 1.32 2005/12/29 06:21:34 jlam Exp $
|
|
|
|
DISTNAME= psiconv-0.9.7
|
|
CATEGORIES= converters
|
|
MASTER_SITES= http://huizen.dds.nl/~frodol/psiconv/
|
|
|
|
MAINTAINER= sakamoto@NetBSD.org
|
|
HOMEPAGE= http://huizen.dds.nl/~frodol/psiconv/
|
|
COMMENT= PSION 5 file format data conversion utilities
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --without-imagemagick
|
|
CONFIGURE_ARGS+= --with-etcdir=${EGDIR:Q}
|
|
|
|
EGDIR= ${PREFIX}/share/examples/psiconv
|
|
CONF_FILES+= ${EGDIR}/psiconv.conf ${PKG_SYSCONFDIR}/psiconv.conf
|
|
CONF_FILES+= ${EGDIR}/psiconv.conf.eg ${PKG_SYSCONFDIR}/psiconv.conf.eg
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|