freebsd-ports/deskutils/nagaina/Makefile
Martin Wilke bfc5e215a8 Nagaina is a notes-taking application.
Features
* Classifications of notes in categories;
* Rich text editor, with support for font, font size, font color, alignment...
* Style editor;

WWW: http://code.google.com/p/nagaina/

PR:		ports/115662
Submitted by:	Yinghong Liu <relaxbsd at gmail.com>
2007-08-21 08:42:18 +00:00

44 lines
1.1 KiB
Makefile

# New ports collection makefile for: nagaina
# Date created: 21 August 2007
# Whom: Yinghong Liu <relaxbsd@gmail.com>
#
# $FreeBSD$
#
PORTNAME= nagaina
PORTVERSION= 0.1.2
CATEGORIES= deskutils
MASTER_SITES= http://nagaina.googlecode.com/files/
DISTNAME= ${PORTNAME}-${PORTVERSION}-sources
MAINTAINER= relaxbsd@gmail.com
COMMENT= A notes-taking application based QT4
USE_QT_VER= 4
QT_COMPONENTS= gui xml qmake_build moc_build rcc_build uic_build
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
PLIST_FILES= bin/${PORTNAME} share/pixmaps/${PORTNAME}.png
PORTDOCS= CHANGELOG COMPILE LICENSE TODO
DESKTOP_ENTRIES= "${PORTNAME}" \
"${COMMENT}" \
"${PORTNAME}" \
"${PORTNAME}" \
"Qt;KDE;Office;Utility;" \
"false"
pre-build:
@cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${QMAKE}
post-install:
@${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${PREFIX}/bin
@${INSTALL_DATA} ${WRKSRC}/images/${PORTNAME}.png ${PREFIX}/share/pixmaps
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for doc in ${PORTDOCS}
@${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>