1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/print/psmark/Makefile
Ying-Chieh Liao 232816765c add psmark 2.0
Renders a vertical string on any PostScript document
2002-08-03 16:52:53 +00:00

30 lines
577 B
Makefile

# ex:ts=8
# Ports collection makefile for: psmark
# Date created: Aug 4, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= psmark
PORTVERSION= 2.0
CATEGORIES= print
MASTER_SITES= http://www.antitachyon.com/obj/2/14/2/
DISTNAME= ${PORTNAME}-v${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_REINPLACE= yes
MAN1= psmark.1
post-patch:
@${REINPLACE_CMD} -e "s|^CFLAGS|#CFLAGS|g" ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/psmark ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/psmark.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>