Tweak misc/lesspipe version 1.55
[dports.git] / misc / gnustep-examples / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       gnustep-examples
4 PORTVERSION=    1.4.0
5 CATEGORIES=     misc gnustep
6 MASTER_SITES=   ${MASTER_SITE_GNUSTEP}
7 MASTER_SITE_SUBDIR=     usr-apps
8
9 MAINTAINER=     theraven@FreeBSD.org
10 COMMENT=        GNUstep example applications
11
12 USE_GNUSTEP=    yes
13 USE_GNUSTEP_BACK=       yes
14 USE_GNUSTEP_BUILD=      yes
15 USE_GNUSTEP_INSTALL=    yes
16 USE_GL=         yes
17
18 WRKSRC=         ${WRKDIR}/${DISTNAME}
19 USE_GNUSTEP_MAKE_DIRS+= . gui/Finger gui/GFractal gui/HostAddress gui/MyGL
20 MAKE_ENV+=      GNUSTEP_INSTALLATION_DIR=${GNUSTEP_LOCAL_ROOT}
21
22 NO_STAGE=       yes
23 post-patch:
24         ${REINPLACE_CMD} -e 's|^//|#|' \
25                 ${WRKSRC}/gui/GFractal/GNUmakefile
26
27 .include <bsd.port.mk>