aboutsummaryrefslogtreecommitdiffstats
path: root/editors/aewan/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/aewan/Makefile')
-rw-r--r--editors/aewan/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/editors/aewan/Makefile b/editors/aewan/Makefile
index 44ca7db921bb..a10906aa0dca 100644
--- a/editors/aewan/Makefile
+++ b/editors/aewan/Makefile
@@ -3,13 +3,15 @@
PORTNAME= aewan
PORTVERSION= 1.0.01
+PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Curses-based program for the creation and editing of ASCII art
-OPTIONS_DEFINE= DOCS
+LICENSE= GPLv2 # pr later
+LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
USES= gmake
@@ -22,10 +24,13 @@ PLIST_FILES= bin/aecat bin/aewan bin/aemakeflic \
PORTDOCS= *
+OPTIONS_DEFINE= DOCS
+
post-patch:
@${REINPLACE_CMD} -e 's|OSTYPE == |OSTYPE = |g' ${WRKSRC}/configure
post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for i in README
${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}