mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Re-import aswedit into www.
Requested by: Andrey, Satoshi Port submitted by: Brett Taylor <brett@peloton.physics.montana.edu>
This commit is contained in:
parent
761aba517b
commit
e905fbc7f5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7271
36
www/aswedit/Makefile
Normal file
36
www/aswedit/Makefile
Normal file
@ -0,0 +1,36 @@
|
||||
# New ports collection makefile for: asWedit
|
||||
# Version required: 3.0
|
||||
# Date created: 25 June 1997
|
||||
# Whom: brett@peloton.physics.montana.edu
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= asWedit-3.0-i386.linux
|
||||
PKGNAME= asWedit-3.0
|
||||
CATEGORIES= editors www
|
||||
MASTER_SITES= ftp://sunsite.doc.ic.ac.uk/packages/www/asWedit/ \
|
||||
ftp://sunsite.auc.dk/pub/infosystems/www/asWedit/ \
|
||||
ftp://ftp.ruf.uni-freiburg.de/pub/info/asWedit/ \
|
||||
ftp://sunsite.icm.edu.pl/pub/www/asWedit/
|
||||
|
||||
MAINTAINER= brett@peloton.physics.montana.edu
|
||||
|
||||
RUN_DEPENDS= /compat/linux/lib/libc.so.5:${PORTSDIR}/emulators/linux_lib
|
||||
|
||||
RESTRICTED= "Commercial software"
|
||||
NO_BUILD= yes
|
||||
NO_PACKAGE= ${RESTRICTED}
|
||||
WRKSRC= ${WRKDIR}/asWedit-3.0
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/asWedit ${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/asWedit.hlp ${PREFIX}/lib
|
||||
@${MKDIR} ${PREFIX}/share/doc/asWedit
|
||||
${INSTALL_DATA} ${WRKSRC}/LICENSE ${PREFIX}/share/doc/asWedit
|
||||
|
||||
post-install:
|
||||
@${ECHO_MSG} "Be sure to read the license agreement in"
|
||||
@${ECHO_MSG} "${PREFIX}/share/doc/asWedit/LICENSE."
|
||||
|
||||
.include <bsd.port.mk>
|
1
www/aswedit/distinfo
Normal file
1
www/aswedit/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (asWedit-3.0-i386.linux.tar.gz) = 59319b165aa536543cee1a46e09161a9
|
1
www/aswedit/pkg-comment
Normal file
1
www/aswedit/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
An easy to use HTML and text editor
|
5
www/aswedit/pkg-descr
Normal file
5
www/aswedit/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
This is a port of asWedit, an HTML and text editor. Linux emulation is
|
||||
required for this port.
|
||||
|
||||
- Brett
|
||||
brett@peloton.physics.montana.edu
|
4
www/aswedit/pkg-plist
Normal file
4
www/aswedit/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
bin/asWedit
|
||||
lib/asWedit.hlp
|
||||
share/doc/asWedit/LICENSE
|
||||
@dirrm share/doc/asWedit
|
Loading…
Reference in New Issue
Block a user