9210b7cb07
Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr
26 lines
503 B
Makefile
26 lines
503 B
Makefile
# New ports collection makefile for: kpuzzle
|
|
# Date created: 2000-11-04
|
|
# Whom: trevor
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kpuzzle
|
|
PORTVERSION= 0.2
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
|
MASTER_SITE_SUBDIR= unstable/apps/games
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext-old
|
|
|
|
USE_KDELIBS_VER=2
|
|
USE_AUTOCONF= yes
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
|
|
pre-configure:
|
|
${PERL} -pi -e "s@default@en@g" ${WRKSRC}/kpuzzle/doc/en/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|