1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/x11-wm/ede/Makefile
Sergey Matveychuk 067ca0c478 Change email address for my ports.
Approved by:	krion (mentor)
2004-07-07 19:20:02 +00:00

30 lines
573 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@FreeBSD.org
COMMENT= Equinox Desktop Environment
LIB_DEPENDS= efltk.2:${PORTSDIR}/x11-toolkits/efltk
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_AUTOCONF_VER= 213
USE_AUTOMAKE_VER= 14
GNU_CONFIGURE= yes
CONFIGURE_ENV+= CFLAGS="${CFLAGS}"
pre-configure:
@cd ${WRKSRC}; ${ACLOCAL}
.include <bsd.port.mk>