freebsd-ports/net/kmerlin/Makefile
Edwin Groothuis 9ade654bf3 Unbreak build of net/kmerlin.
PR:		ports/43797, ports/44072
Submitted by:	Cédric Lamalle <cedric@cedric.trix.net>
2002-10-29 04:18:35 +00:00

27 lines
546 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
USE_KDELIBS_VER=3
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_AUTOMAKE= yes
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
CONFIGURE_ARGS+= --prefix=${LOCALBASE}
pre-configure:
cd ${WRKSRC} && ${GMAKE} -f Makefile.cvs
.include <bsd.port.mk>