freebsd-ports/deskutils/tuxcards/Makefile
SADA Kenji 7329e2fb55 repo-move: misc/tuxcards --> deskutils/tuxcards
this port was placed in misc category and
maintainer added deskutils.

PR:		ports/36860
2002-05-24 18:21:24 +00:00

32 lines
790 B
Makefile

# New ports collection makefile for: tuxcards
# Date created: 08 Jan 2002
# Whom: Tilman linneweh <freebsdports@arved.de>
#
# $FreeBSD$
#
PORTNAME= tuxcards
PORTVERSION= 0.8
PORTREVISION= 1
CATEGORIES= deskutils
MASTER_SITES= http://www.arved.de/bsd/src/
DISTNAME= ${PORTNAME}-${PORTVERSION}-ohneCactus
MAINTAINER= freebsdports@arved.de
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_GMAKE= yes
USE_QT_VER= 2
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
pre-patch:
@${PERL} -pi -e 's|\$$\(prefix\)/doc|\$$\(prefix\)/share/doc|' \
${WRKSRC}/tuxcards/docs/en/Makefile.in
@${PERL} -pi -e 's|-O2||' ${WRKSRC}/configure
.ifdef(NOPORTDOCS)
@${PERL} -pi -e 's|install-data-am\: install-data-local||' \
${WRKSRC}/tuxcards/docs/en/Makefile.in
.endif #NOPORTDOCS
.include <bsd.port.mk>