mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Update to 1.1.
And a couple Makefile cleanups for good measure.
This commit is contained in:
parent
73afb1ec0f
commit
37e7537ba9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84570
@ -6,18 +6,16 @@
|
||||
#
|
||||
|
||||
PORTNAME= tuxcards
|
||||
PORTVERSION= 1.0
|
||||
PORTVERSION= 1.1
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= http://www.stud.uni-karlsruhe.de/~ut3c/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
||||
MASTER_SITES= http://www.tifskom.de/tux/${PORTVERSION}/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Tool for managing notes within a hierarchical tree
|
||||
|
||||
QTDIR?= ${X11BASE}
|
||||
USE_QT_VER= 3
|
||||
USE_REINPLACE= yes
|
||||
MAKE_ENV= QTDIR="${QTDIR}"
|
||||
MAKE_ENV= QTDIR="${QT_PREFIX}"
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|warn_on|warn_on thread|g' ${WRKSRC}/tuxcards.pro
|
||||
@ -32,6 +30,5 @@ do-install:
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/docs/en/*.* ${DOCSDIR}
|
||||
.endif
|
||||
${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (tuxcards-1.0.tar.gz) = fa0adfdd09f9f6cae201bf5ff5f0bd4e
|
||||
MD5 (tuxcards-1.1.tar.gz) = 711da6fdabacd4c5f3a2491ca29fef36
|
||||
|
@ -12,4 +12,5 @@ With TuxCards you have a tool at your hand to enter and manage every
|
||||
kind of notes and ideas in a structured manner. This makes it much
|
||||
more easier to find them as you are in need.
|
||||
|
||||
WWW: http://www.tuxcards.de Author: Alexander Theel
|
||||
WWW: http://www.tuxcards.de
|
||||
Author: Alexander Theel
|
||||
|
@ -1,5 +0,0 @@
|
||||
-----------------------------------------------------
|
||||
PLEASE NOTE: the current version of tuxcards dumps
|
||||
core on exit. This does not affect functionality,
|
||||
but leaves a tuxcards.core files on your harddisk.
|
||||
-----------------------------------------------------
|
Loading…
Reference in New Issue
Block a user