2007-12-02 08:55:21 -05:00
|
|
|
# $OpenBSD: Makefile.inc,v 1.2 2007/12/02 13:55:21 bernd Exp $
|
2007-11-30 11:04:37 -05:00
|
|
|
|
|
|
|
CATEGORIES?= x11
|
|
|
|
|
|
|
|
HOMEPAGE?= http://www.enlightenment.org/
|
|
|
|
|
|
|
|
MASTER_SITES?= http://www.itee.uq.edu.au/~dlg/openbsd/
|
|
|
|
DIST_SUBDIR?= e17
|
|
|
|
|
|
|
|
USE_LIBTOOL?= Yes
|
2007-12-02 08:55:21 -05:00
|
|
|
|
|
|
|
e17-post-patch:
|
|
|
|
@cd ${WRKSRC} && ${SETENV} ${AUTOMAKE_ENV} NOCONFIGURE=true \
|
|
|
|
${SH} autogen.sh
|
|
|
|
|
|
|
|
.if !target(post-patch)
|
|
|
|
post-patch: e17-post-patch
|
|
|
|
.endif
|