2004-05-06 20:06:35 +00:00
|
|
|
# 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
|
2004-05-06 20:06:35 +00:00
|
|
|
CATEGORIES= editors
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
2004-10-12 09:43:18 +00:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2004-05-06 20:06:35 +00:00
|
|
|
|
2004-08-08 08:11:20 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-05-06 20:06:35 +00:00
|
|
|
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
|
2004-05-06 20:06:35 +00:00
|
|
|
|
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
|
|
|
|
2005-06-05 12:49:47 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
2005-10-03 01:48:24 +00:00
|
|
|
PORTDOCS= *
|
2005-06-05 12:49:47 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|OSTYPE == |OSTYPE = |g' ${WRKSRC}/configure
|
|
|
|
|
2004-05-06 20:06:35 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
2005-10-03 01:48:24 +00:00
|
|
|
post-install:
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
2004-05-06 20:06:35 +00:00
|
|
|
.for i in README
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|