freebsd-ports/deskutils/tuxcards/Makefile

34 lines
781 B
Makefile
Raw Normal View History

# New ports collection makefile for: tuxcards
# Date created: 08 Jan 2002
# Whom: Tilman Linneweh <arved@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= tuxcards
2011-04-25 10:04:45 +02:00
PORTVERSION= 2.2.1
2012-06-01 07:26:28 +02:00
PORTREVISION= 1
CATEGORIES= deskutils
MASTER_SITES= http://www.tuxcards.de/src/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTNAME}-${PORTVERSION}
MAINTAINER= johans@FreeBSD.org
2003-02-20 18:07:10 +01:00
COMMENT= Tool for managing notes within a hierarchical tree
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_QT4= 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>