1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/editors/aewan/Makefile

40 lines
763 B
Makefile
Raw Normal View History

# New ports collection makefile for: aewan
# Date created: 07.05.2004
# Whom: krion
#
# $FreeBSD$
#
PORTNAME= aewan
2005-10-03 01:48:24 +00:00
PORTVERSION= 1.0.01
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
2004-08-08 08:11:20 +00:00
MAINTAINER= ports@FreeBSD.org
COMMENT= Curses-based program for the creation and editing of ascii art
GNU_CONFIGURE= yes
2005-10-03 01:48:24 +00:00
USE_GMAKE= yes
2005-10-03 01:48:24 +00:00
MAN1= aecat.1 aewan.1 aemakeflic.1
2004-08-18 06:14:57 +00:00
MAN5= aewan.5
2005-10-03 01:48:24 +00:00
PLIST_FILES= bin/aecat bin/aewan bin/aemakeflic
2004-08-18 06:14:57 +00:00
.if !defined(NOPORTDOCS)
2005-10-03 01:48:24 +00:00
PORTDOCS= *
.endif
post-patch:
@${REINPLACE_CMD} -e 's|OSTYPE == |OSTYPE = |g' ${WRKSRC}/configure
.if !defined(NOPORTDOCS)
2005-10-03 01:48:24 +00:00
post-install:
@${MKDIR} ${DOCSDIR}
.for i in README
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>