diff options
Diffstat (limited to 'deskutils/tuxcards/Makefile')
-rw-r--r-- | deskutils/tuxcards/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/deskutils/tuxcards/Makefile b/deskutils/tuxcards/Makefile new file mode 100644 index 0000000..15d4292 --- /dev/null +++ b/deskutils/tuxcards/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: tuxcards +# Date created: 08 Jan 2002 +# Whom: Tilman linneweh <freebsdports@arved.de> +# +# $FreeBSD$ +# + +PORTNAME= tuxcards +PORTVERSION= 0.8 +CATEGORIES= misc kde +MASTER_SITES= http://tuxcards.de/src/ \ + http://www.arved.de/bsd/src/ +DISTNAME= ${PORTNAME}-${PORTVERSION}-1 + +MAINTAINER= freebsdports@arved.de + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +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> |