blob: 44e5a0d828593e1f7943f95815ad0b2eef04732e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: KDreamSite
# Date created: 12 Nov 1999
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
PORTNAME= kdreamsite
PORTVERSION= 0.2
CATEGORIES= www kde
MASTER_SITES= http://neptune.spaceports.com/%7Eatnet/files/
MAINTAINER= will@FreeBSD.org
LIB_DEPENDS= kdeui.3:${PORTSDIR}/x11/kdelibs11/
USE_QT= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
.include <bsd.port.mk>
|