freebsd-ports/deskutils/tuxcards/Makefile
2011-04-25 08:04:45 +00:00

33 lines
785 B
Makefile

# New ports collection makefile for: tuxcards
# Date created: 08 Jan 2002
# Whom: Tilman Linneweh <arved@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= tuxcards
PORTVERSION= 2.2.1
CATEGORIES= deskutils
MASTER_SITES= http://www.tuxcards.de/src/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTNAME}-${PORTVERSION}
MAINTAINER= johans@FreeBSD.org
COMMENT= Tool for managing notes within a hierarchical tree
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_QT_VER= 4
QT_COMPONENTS= gui xml qmake_build moc_build uic_build rcc_build
MAKE_ENV= QTDIR="${QT_PREFIX}"
PLIST_FILES= bin/tuxcards
.include <bsd.port.pre.mk>
do-configure:
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
${QMAKE} -spec ${QMAKESPEC} tuxcards.pro
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.post.mk>