mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
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
25 lines
472 B
Makefile
25 lines
472 B
Makefile
# New ports collection makefile for: koog
|
|
# Date created: 09 April 2001
|
|
# Whom: Jeremy Shaffner <jeremy@external.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= koog
|
|
PORTVERSION= 0.3
|
|
CATEGORIES= audio kde
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= jeremy@external.org
|
|
|
|
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext-old
|
|
|
|
USE_KDELIBS_VER= 2
|
|
USE_XPM= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
MAKE_ENV= ${CONFIGURE_ENV}
|
|
|
|
.include <bsd.port.mk>
|