mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
0e5db91baf
directory
22 lines
495 B
Makefile
22 lines
495 B
Makefile
# New ports collection makefile for: xcoral
|
|
# Version required: 2.5
|
|
# Date created:
|
|
# Whom: erich@rrnet.com
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1995/10/02 16:14:41 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>
|