mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
30 lines
522 B
Makefile
30 lines
522 B
Makefile
# New ports collection makefile for: ede
|
|
# Date created: 28 Febrary 2004
|
|
# Whom: Sergey Matveychuk <sem@ciam.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ede
|
|
PORTVERSION= 1.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= sem@FreeBSD.org
|
|
COMMENT= Equinox Desktop Environment
|
|
|
|
LIB_DEPENDS= efltk.2:${PORTSDIR}/x11-toolkits/efltk
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
USE_XORG= x11
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV+= CFLAGS="${CFLAGS}"
|
|
|
|
pre-configure:
|
|
@cd ${WRKSRC}; ${ACLOCAL}
|
|
|
|
.include <bsd.port.mk>
|