freebsd-ports/editors/plume-creator-devel/Makefile
Pawel Pekala eec88e2845 Fix minor style errors
Submitted by:	danfe
2015-10-29 16:57:29 +00:00

19 lines
465 B
Makefile

# $FreeBSD$
PORTNAME= plume-creator-devel
PORTVERSION= ${DATE}
CATEGORIES= editors
MASTER_SITES= http://deponie.yamagi.org/freebsd/distfiles/plume-creator/
MAINTAINER= yamagi@yamagi.org
COMMENT= Open source tool for novelists
LICENSE= GPLv3 # (or later)
DATE= 20150510
USES= desktop-file-utils qmake shared-mime-info tar:xz
USE_QT4= corelib gui moc_build qmake_build rcc_build uic_build webkit
QMAKE_ARGS= ${WRKSRC}/plume-creator.pro
.include <bsd.port.mk>