mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
becc9b31a4
Attractively formatting Project Gutenberg texts
27 lines
571 B
Makefile
27 lines
571 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: GutenMark
|
|
# Date created: Jun 7, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gutenmark
|
|
PORTVERSION= 20011228
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ftp://ftp.sandroid.org/GutenMark/SoftwareSnapshots/
|
|
DISTNAME= GutenMark_source_${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
WRKSRC= ${WRKDIR}/GutenMark-source
|
|
USE_GMAKE= yes
|
|
ALL_TARGET= # empty
|
|
|
|
post-patch:
|
|
@${PERL} -pi -e "s,cc,${CC},g ; s,-O3 -Wall,${CFLAGS},g" ${WRKSRC}/Makefile
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/GutenMark ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|