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-11-18 09:56:45 +00:00
|
|
|
# $Id: Makefile,v 1.3 1996/11/11 05:07:39 obrien Exp $
|
1995-10-02 16:14:42 +00:00
|
|
|
#
|
|
|
|
|
1996-10-10 16:02:04 +00:00
|
|
|
DISTNAME= xcoral-2.5
|
1996-11-11 05:07:53 +00:00
|
|
|
CATEGORIES= editors
|
1996-11-18 09:56:45 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
|
|
MASTER_SITE_SUBDIR= editors
|
1995-10-02 16:14:42 +00:00
|
|
|
|
|
|
|
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>
|