1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/games/kmastermind/Makefile
2010-12-22 20:05:49 +00:00

37 lines
960 B
Makefile

# New ports collection Makefile for: kmastermind
# Date created: 2006-12-09
# Whom: arved
#
# $FreeBSD$
PORTNAME= kmastermind
PORTVERSION= 2.2
PORTREVISION= 7
CATEGORIES= games kde
MASTER_SITES= http://www.kde-apps.org/CONTENT/content-files/
DISTNAME= 20292-${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Mastermind game designed for K Desktop Environment
BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/x11/kdelibs3:extract
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USE_AUTOTOOLS= automake:env autoconf:env libtool
USE_PERL5_BUILD= yes
USE_KDELIBS_VER= 3
USE_BZIP2= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
pre-configure:
${LN} -sfh \
`cd ${PORTSDIR}/x11/kdelibs3 && ${MAKE} -V WRKSRC`/admin \
${WRKSRC}/admin
${TOUCH} ${WRKSRC}/NEWS
@${REINPLACE_CMD} -e 's|1.10|${AUTOMAKE_VERSION}|' ${WRKSRC}/admin/cvs.sh
cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} -f admin/Makefile.common cvs
.include <bsd.port.mk>