mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
053fdb6a6b
(Part 2)
27 lines
545 B
Makefile
27 lines
545 B
Makefile
# ex:ts=8
|
|
#
|
|
# New ports collection makefile for: knowit
|
|
# Date created: 2002/12/08
|
|
# Whom: Alan Eldridge <ports@geeksrus.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= knowit
|
|
PORTVERSION= 0.9
|
|
PORTREVISION= 1
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= http://knowit.sourceforge.net/files/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A note manager with tree organization that uses RTF for storage
|
|
|
|
USE_BZIP2= yes
|
|
USE_KDELIBS_VER= 3
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/x11/kde3/Makefile.kde"
|
|
.include <bsd.port.post.mk>
|