1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/print/epsonepl/Makefile
Martin Wilke 1b4b4edf42 - Remove unneeded quotes in COMMENTS
PR:		121329
Submitted by:	Gavin Atkinson <gavin.atkinson@ury.york.ac.uk>
Approved by:	portmgr (erwin via irc)
2008-03-07 13:00:56 +00:00

36 lines
876 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
PORTREVISION= 1
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}ijs-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Printer filter for EPSON EPL-5700L etc
USE_GHOSTSCRIPT_RUN= yes
LIB_DEPENDS= ijs.1:${PORTSDIR}/print/libijs
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>