mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Inital import of aterm version 0.3.2.
A color VT102 terminal emulator with transparency support. PR: 9533 Submitted by: Jim Mock <jim@corp.au.triax.com>
This commit is contained in:
parent
0c882f929c
commit
e4ca510027
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16342
27
x11/aterm/Makefile
Normal file
27
x11/aterm/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: aterm
|
||||
# Version required: 0.3.2
|
||||
# Date created: 17 January 1999
|
||||
# Whom: Jim Mock <jim@phrantic.phear.net>
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= aterm-0.3.2
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://www.tigr.net/afterstep/as-apps/download/aterm/
|
||||
|
||||
MAINTAINER= jim@phrantic.phear.net
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-transparency --enable-background-image \
|
||||
--disable-delete-key --disable-backspace-key
|
||||
MAN1= aterm.1
|
||||
|
||||
do-build:
|
||||
(cd ${WRKSRC} && make)
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/aterm ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/aterm.1 ${PREFIX}/man/man1/aterm.1
|
||||
|
||||
.include <bsd.port.mk>
|
1
x11/aterm/distinfo
Normal file
1
x11/aterm/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (aterm-0.3.2.tar.gz) = 38fcbefad4c2fb9f4424603113359b57
|
1
x11/aterm/pkg-comment
Normal file
1
x11/aterm/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A color vt102 terminal emulator with transparency support.
|
7
x11/aterm/pkg-descr
Normal file
7
x11/aterm/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
aterm is a color vt102 terminal emulator, based on rxvt 2.4.8 with
|
||||
additions for fast transparency.
|
||||
|
||||
It was created with AfterStep users in mind, but is not tied to any
|
||||
libraries, and can be used anywhere.
|
||||
|
||||
- Jim <jim@phrantic.phear.net>
|
1
x11/aterm/pkg-plist
Normal file
1
x11/aterm/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/aterm
|
Loading…
Reference in New Issue
Block a user