freebsd-ports/www/amyc/Makefile
Ade Lovett 9210b7cb07 Stage 1 of gettext update.
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
2002-03-15 19:44:29 +00:00

40 lines
792 B
Makefile

# New ports collection makefile for: amyc
# Date Created: 10 June 2001
# Whom: Pete Fritchman <petef@databits.net>
#
# $FreeBSD$
#
PORTNAME= amyc
PORTVERSION= 0.9.159
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.crevola.com/about/current/
MAINTAINER= petef@FreeBSD.org
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext-old
USE_AUTOCONF= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
CFLAGS="${CFLAGS} -I${LOCALBASE}/include"
WANT_GTK= yes
.include <bsd.port.pre.mk>
.if defined(HAVE_GTK)
PLIST_SUB= WITH_GTK=""
USE_GTK= yes
.else
PLIST_SUB= WITH_GTK="@comment "
.endif
post-patch:
@${PERL} -pi -e 's!\(datadir\)/locale!(prefix)/share/locale!' \
${WRKSRC}/po/Makefile.in.in
.include <bsd.port.post.mk>