mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
b36fde2929
This is a printer filter for the EPSON EPL-5700L, EPL-5800L and EPL-5900L budget models of EPSON's laser printers. This port also provides a driver for apsfilter. PR: ports/48292 Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
34 lines
893 B
Makefile
34 lines
893 B
Makefile
# New ports collection makefile for: epsonepl
|
|
# Date created: 14 February 2003
|
|
# Whom: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= epsonepl
|
|
PORTVERSION= 0.2.2
|
|
CATEGORIES= print
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
DISTNAME= ${PORTNAME}ijs-${PORTVERSION}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= corecode@corecode.ath.cx
|
|
COMMENT= "Printer filter for EPSON EPL-5700L etc"
|
|
|
|
LIB_DEPENDS= ijs.1:${PORTSDIR}/print/libijs
|
|
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu
|
|
|
|
MAKEFILE= ${FILESDIR}/Makefile
|
|
|
|
post-extract:
|
|
@cd ${WRKSRC} && ${LS} ijs* | ${GREP} -v ${PORTNAME} | ${XARGS} ${RM}
|
|
|
|
post-install:
|
|
@${INSTALL_DATA} ${FILESDIR}/${PORTNAME}.conf.sample ${PREFIX}/etc
|
|
@${MKDIR} ${DATADIR}
|
|
@${INSTALL_DATA} ${FILESDIR}/${PORTNAME}.apsfilter ${DATADIR}
|
|
@${SED} -e 's#%%PREFIX%%#${PREFIX}#' ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|