openbsd-ports/x11/e17/Makefile.inc
2008-03-28 15:47:58 +00:00

27 lines
586 B
Makefile

# $OpenBSD: Makefile.inc,v 1.5 2008/03/28 15:47:58 ajacoutot Exp $
CATEGORIES?= x11
HOMEPAGE?= http://www.enlightenment.org/
MASTER_SITES?= ftp://ftp.vantronix.com/pub/mirrors/dlg/ \
http://www.itee.uq.edu.au/~dlg/openbsd/
DIST_SUBDIR?= e17
USE_LIBTOOL?= Yes
AUTOCONF_VERSION?= 2.61
AUTOMAKE_VERSION?= 1.9
AUTOMAKE_ENV?= AUTOCONF_VERSION=${AUTOCONF_VERSION} \
AUTOMAKE_VERSION=${AUTOMAKE_VERSION}
CFLAGS += -g
e17-post-patch:
@cd ${WRKSRC} && ${SETENV} ${AUTOMAKE_ENV} NOCONFIGURE=true \
${SH} autogen.sh
.if !target(post-patch)
post-patch: e17-post-patch
.endif