1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/editors/xcoral/Makefile
David E. O'Brien 4b2988d9d2 CATEGORIES+= --> CATEGORIES=
Minor variable reordering where needed.
1996-11-11 05:07:53 +00:00

22 lines
490 B
Makefile

# 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>