1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/www/kdreamsite/Makefile
Satoshi Asami 2ca1fe047a Don't include bsd.port.pre.mk twice. This usually is caused by first
including bsd.port.pre.mk and then later including bsd.port.mk (the
latter of which of course should be bsd.port.post.mk).
2000-01-07 16:40:17 +00:00

27 lines
515 B
Makefile

# 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.2:${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>