9c8b5ede43
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
31 lines
887 B
Makefile
31 lines
887 B
Makefile
# $NetBSD: Makefile,v 1.25 2006/03/04 21:30:30 jlam Exp $
|
|
|
|
DISTNAME= hpijs-2.1.4
|
|
CATEGORIES= print
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hpinkjet/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://hpinkjet.sourceforge.net/
|
|
COMMENT= HP inkjet printer driver server
|
|
|
|
CONFLICTS= ghostscript<=6.01nb4 ghostscript-nox11<=6.01nb4
|
|
|
|
USE_LANGUAGES= c c++
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -DAPDK_BUFFER_SEND
|
|
|
|
USE_TOOLS+= gzip
|
|
ONLY_FOR_COMPILER= gcc
|
|
INSTALLATION_DIRS= bin
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/ppd
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/hpijs
|
|
cd ${WRKSRC} && ${CP} hpijs ${PREFIX}/bin/hpijs
|
|
cd ${WRKSRC} && ${CP} hpijs_readme.html gs_hpijs.png \
|
|
${PREFIX}/share/doc/html/hpijs/
|
|
cd ${WRKSRC} && ${CP} ppd/HP* ${PREFIX}/share/ppd/
|
|
${GZIP_CMD} ${PREFIX}/share/ppd/HP*.ppd
|
|
|
|
.include "../../graphics/jpeg/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|