1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/net/kmerlin/Makefile
2002-10-05 23:01:11 +00:00

28 lines
555 B
Makefile

# New ports collection makefile for: kmerlin
# Date created: 20 September 2002
# Whom: Cédric Lamalle
#
# $FreeBSD$
#
PORTNAME= kmerlin
PORTVERSION= 1.2
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= cedric@cedric.trix.net
BROKEN= "Does not build"
USE_KDELIBS_VER=3
GNU_CONFIGURE= yes
USE_GMAKE= yes
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
CONFIGURE_ARGS+= --prefix=${LOCALBASE}
pre-configure:
cd ${WRKSRC} && ${GMAKE} -f Makefile.cvs
.include <bsd.port.mk>