a267c1efa9
PR: 33883 Submitted by: KATO Tsuguru <tkato@prontomail.com>
33 lines
710 B
Makefile
33 lines
710 B
Makefile
# New ports collection makefile for: opendis
|
|
# Date created: 22 May 2001
|
|
# Whom: Anders Nordby <anders@fix.no>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= opendis
|
|
PORTVERSION= 0.0.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
|
http://ods.sourceforge.net/dl/
|
|
MASTER_SITE_SUBDIR= ods
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
post-patch:
|
|
@${PERL} -pi -e 's|-pedantic -W|-pedantic|g' ${WRKSRC}/configure
|
|
@${PERL} -pi -e 's| -g| \@CFLAGS\@|g' ${WRKSRC}/src/Makefile.in
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
.for file in NEWS AUTHORS doc/ERRATA doc/PHILOSOPHY doc/THUMB
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|