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
501 B
Makefile
26 lines
501 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: dirtree
|
|
# Date created: Jun 19, 2001
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dirtree
|
|
PORTVERSION= 1.2.0
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://home.pages.at/kingleo/development/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
LIB_DEPENDS= LeoArg.2:${PORTSDIR}/devel/leoarg \
|
|
intl.1:${PORTSDIR}/devel/gettext-old
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib -lintl"
|
|
|
|
MAN1= dirtree.1
|
|
|
|
.include <bsd.port.mk>
|