1995-10-02 16:14:42 +00:00
|
|
|
# New ports collection makefile for: xcoral
|
1996-10-10 16:02:04 +00:00
|
|
|
# Version required: 2.5
|
1995-10-02 16:14:42 +00:00
|
|
|
# Date created:
|
|
|
|
# Whom: erich@rrnet.com
|
|
|
|
#
|
1996-10-10 16:02:04 +00:00
|
|
|
# $Id: Makefile,v 1.1.1.1 1995/10/02 16:14:41 erich Exp $
|
1995-10-02 16:14:42 +00:00
|
|
|
#
|
|
|
|
|
1996-10-10 16:02:04 +00:00
|
|
|
DISTNAME= xcoral-2.5
|
1995-10-02 16:14:42 +00:00
|
|
|
CATEGORIES+= editors
|
|
|
|
MASTER_SITES= ftp://public.x.org/contrib/editors/
|
|
|
|
|
|
|
|
MAINTAINER= erich@FreeBSD.ORG
|
|
|
|
|
|
|
|
USE_IMAKE= yes
|
|
|
|
|
1996-10-10 16:02:04 +00:00
|
|
|
post-extract:
|
|
|
|
@mv ${WRKSRC}/config.h ${WRKSRC}/config.h.in
|
|
|
|
@sed 's,@PREFIX@,${PREFIX},' ${WRKSRC}/config.h.in >${WRKSRC}/config.h
|
|
|
|
|
1995-10-02 16:14:42 +00:00
|
|
|
.include <bsd.port.mk>
|