blob: eb050e419dce9e4e50b37028160f5ea2f9a02eff (
plain)
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
27
28
|
# New ports collection makefile for: ksetiwatch
# Date created: 17 January 2001
# Whom: Sverre Valgeirsson <sverre@k9k203-3.kam.afb.lu.se>
#
# $FreeBSD$
PORTNAME= ksetiwatch
PORTVERSION= 2.5.0
CATEGORIES= astro kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ksetiwatch
DISTNAME= ${PORTNAME}-${PORTVERSION}-1
MAINTAINER= sverrir@hem.passagen.se
BUILD_DEPENS= autoconf:${PORTSDIR}/devel/autoconf
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/-1//}
USE_BZIP2= yes
USE_KDELIBS_VER=3
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
pre-configure:
cd ${WRKSRC}; autoconf
.include <bsd.port.mk>
|