blob: d2d57017589292e35e6758a2a096c6072a782fd3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# New ports collection makefile for: KDreamSite
# Version required: 0.2
# Date created: 12 Nov 1999
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
DISTNAME= kdreamsite-0.2
CATEGORIES= www kde
MASTER_SITES= http://neptune.spaceports.com/%7Eatnet/files/
MAINTAINER= andrews@technologist.com
LIB_DEPENDS= kdeui.3:${PORTSDIR}/x11/kdelibs11/
GNU_CONFIGURE= yes
USE_GMAKE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400004
BROKEN= "obsolete compiler"
.endif
.include <bsd.port.post.mk>
|