summaryrefslogtreecommitdiff
path: root/editors/xcoral/Makefile
blob: 12594297b31a6cb2eb7472def5d0b61b8bc786f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:    xcoral
# Version required:	2.5
# Date created:         
# Whom:                 erich@rrnet.com
#
# $Id: Makefile,v 1.2 1996/10/10 16:01:56 erich Exp $
#

DISTNAME=	xcoral-2.5
CATEGORIES=	editors
MASTER_SITES=	ftp://public.x.org/contrib/editors/

MAINTAINER=	erich@FreeBSD.ORG

USE_IMAKE=	yes

post-extract:
	@mv ${WRKSRC}/config.h ${WRKSRC}/config.h.in
	@sed 's,@PREFIX@,${PREFIX},' ${WRKSRC}/config.h.in >${WRKSRC}/config.h

.include <bsd.port.mk>