4e2eee827e
* fixed desktop crashing * fixed strings in etip * fixed and complitelly revised control panel * more fixes in makefiles PR: ports/64112 Submitted by: maintainer
29 lines
562 B
Makefile
29 lines
562 B
Makefile
# New ports collection makefile for: ede
|
|
# Date created: 28 Febrary 2004
|
|
# Whom: Sergey Matveychuk <sem@ciam.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ede
|
|
PORTVERSION= 1.0.1.1
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ede
|
|
|
|
MAINTAINER= sem@ciam.ru
|
|
COMMENT= Equinox Desktop Environment
|
|
|
|
LIB_DEPENDS= efltk.2:${PORTSDIR}/x11-toolkits/efltk
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GMAKE= yes
|
|
USE_AUTOCONF= yes
|
|
USE_AUTOMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV+= CFLAGS="${CFLAGS}"
|
|
|
|
pre-configure:
|
|
@cd ${WRKSRC}; ${ACLOCAL}
|
|
|
|
.include <bsd.port.mk>
|