mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
2249c20332
Sponsored by: Absolight
20 lines
453 B
Makefile
20 lines
453 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= plume-creator-devel
|
|
PORTVERSION= ${DATE}
|
|
CATEGORIES= editors
|
|
MASTER_SITES= http://deponie.yamagi.org/freebsd/distfiles/plume-creator/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Open source tool for novelists
|
|
|
|
LICENSE= GPLv3+
|
|
|
|
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>
|