- replace master sites with MASTER_SITE_SOURCEFORGE
- add HOMEPAGE - fix PLIST situation with shared libs, this port assumed shared libs on all archs.
This commit is contained in:
parent
2ae9b519b9
commit
6092022a32
@ -1,34 +1,35 @@
|
|||||||
# $OpenBSD: Makefile,v 1.8 2000/06/15 07:21:35 kevlo Exp $
|
# $OpenBSD: Makefile,v 1.9 2000/07/03 05:53:57 brad Exp $
|
||||||
|
|
||||||
PKGNAME= eterm-0.8.10
|
PKGNAME= eterm-0.8.10
|
||||||
DISTNAME= Eterm-0.8.10
|
DISTNAME= Eterm-0.8.10
|
||||||
CATEGORIES= x11
|
CATEGORIES= x11
|
||||||
NEED_VERSION= 1.301
|
NEED_VERSION= 1.310
|
||||||
MASTER_SITES= ftp://eterm.sourceforge.net/pub/eterm/ \
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
ftp://ftp.eterm.org/pub/eterm/
|
MASTER_SITE_SUBDIR= eterm
|
||||||
|
|
||||||
MAINTAINER= halogen@nol.net
|
HOMEPAGE= http://eterm.sourceforge.net/
|
||||||
|
|
||||||
FLAVORS=kanji
|
|
||||||
FLAVOR?=
|
|
||||||
|
|
||||||
|
|
||||||
.if ${FLAVOR:L:Mkanji}
|
|
||||||
CFLAGS+=-DKANJI
|
|
||||||
CATEGORIES+=japanese
|
|
||||||
.endif
|
|
||||||
|
|
||||||
CONFIGURE_STYLE=gnu
|
|
||||||
USE_GMAKE= Yes
|
|
||||||
USE_LIBTOOL= Yes
|
|
||||||
SEPARATE_BUILD= Flavored
|
|
||||||
|
|
||||||
LIB_DEPENDS= Imlib.19::graphics/imlib
|
LIB_DEPENDS= Imlib.19::graphics/imlib
|
||||||
|
|
||||||
PERMIT_PACKAGE_CDROM= Yes
|
MAINTAINER= halogen@nol.net
|
||||||
PERMIT_PACKAGE_FTP= Yes
|
|
||||||
PERMIT_DISTFILES_CDROM= Yes
|
PERMIT_PACKAGE_CDROM= Yes
|
||||||
PERMIT_DISTFILES_FTP= Yes
|
PERMIT_PACKAGE_FTP= Yes
|
||||||
|
PERMIT_DISTFILES_CDROM= Yes
|
||||||
|
PERMIT_DISTFILES_FTP= Yes
|
||||||
|
|
||||||
|
USE_GMAKE= Yes
|
||||||
|
USE_LIBTOOL= Yes
|
||||||
|
CONFIGURE_STYLE= gnu
|
||||||
|
SEPARATE_BUILD= Flavored
|
||||||
|
|
||||||
|
FLAVORS= kanji
|
||||||
|
FLAVOR?=
|
||||||
|
|
||||||
|
.if ${FLAVOR:L:Mkanji}
|
||||||
|
CFLAGS+= -DKANJI
|
||||||
|
CATEGORIES+= japanese
|
||||||
|
.endif
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/Eterm
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/Eterm
|
||||||
@ -40,8 +41,8 @@ post-install:
|
|||||||
|
|
||||||
# XXX Tweak PKGNAME
|
# XXX Tweak PKGNAME
|
||||||
.if ${FLAVOR:L:Mkanji}
|
.if ${FLAVOR:L:Mkanji}
|
||||||
PKGNAME:=ja-${PKGNAME:S/-kanji//}
|
PKGNAME:= ja-${PKGNAME:S/-kanji//}
|
||||||
PKG_ARGS+=-C 'eterm-*'
|
PKG_ARGS+= -C 'eterm-*'
|
||||||
.else
|
.else
|
||||||
PKG_ARGS+=-C 'ja-eterm-*'
|
PKG_ARGS+= -C 'ja-eterm-*'
|
||||||
.endif
|
.endif
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
Eterm is a color vt102 terminal emulator, with support for
|
Eterm is a color vt102 terminal emulator, with support for
|
||||||
transparency and theme support, amongst other things. It runs
|
transparency and theme support, amongst other things. It runs
|
||||||
best under Enlightment, though it works just about anywhere.
|
best under Enlightment, though it works just about anywhere.
|
||||||
|
|
||||||
|
WWW: ${HOMEPAGE}
|
||||||
|
4
x11/eterm/pkg/PFRAG.shared
Normal file
4
x11/eterm/pkg/PFRAG.shared
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
@comment $OpenBSD: PFRAG.shared,v 1.1 2000/07/03 05:53:57 brad Exp $
|
||||||
|
lib/libEterm.so.0.8
|
||||||
|
lib/libmej.so.0.8
|
||||||
|
DYNLIBDIR(%B)
|
@ -1,16 +1,14 @@
|
|||||||
@comment $OpenBSD: PLIST,v 1.2 2000/06/15 07:21:39 kevlo Exp $
|
@comment $OpenBSD: PLIST,v 1.3 2000/07/03 05:53:57 brad Exp $
|
||||||
bin/Esetroot
|
bin/Esetroot
|
||||||
bin/Etbg
|
bin/Etbg
|
||||||
bin/Etcolors.sh
|
bin/Etcolors.sh
|
||||||
bin/Eterm
|
bin/Eterm
|
||||||
bin/Etmenu.sh
|
bin/Etmenu.sh
|
||||||
lib/libEterm.so.0.8
|
|
||||||
lib/libEterm.a
|
lib/libEterm.a
|
||||||
lib/libEterm.la
|
lib/libEterm.la
|
||||||
lib/libmej.so.0.8
|
|
||||||
lib/libmej.a
|
lib/libmej.a
|
||||||
lib/libmej.la
|
lib/libmej.la
|
||||||
@exec /sbin/ldconfig -m %B
|
%%SHARED%%
|
||||||
man/man1/Eterm.1
|
man/man1/Eterm.1
|
||||||
share/Eterm/pix/014.png
|
share/Eterm/pix/014.png
|
||||||
share/Eterm/pix/40.png
|
share/Eterm/pix/40.png
|
||||||
|
Loading…
Reference in New Issue
Block a user