1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/editors/xcoral/Makefile

23 lines
507 B
Makefile

# New ports collection makefile for: xcoral
# Version required: 2.5
# Date created:
# Whom: erich@rrnet.com
#
# $Id: Makefile,v 1.3 1996/11/11 05:07:39 obrien Exp $
#
DISTNAME= xcoral-2.5
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= 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>