blob: 82744ed3fe142151b9f6b18ba135477b6abdf6ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: Makefile,v 1.27 2004/10/08 13:19:26 adam Exp $
DISTNAME= psiconv-0.9.6
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_BUILDLINK3= YES
USE_PKGINSTALL= YES
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --without-imagemagick
CONFIGURE_ARGS+= --with-etcdir=${EGDIR}
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"
|