Pull PKGNAME setup before bsd.port.mk

This commit is contained in:
espie 2001-04-18 14:47:58 +00:00
parent 701a95b5b2
commit 2d200ebfcf
8 changed files with 16 additions and 23 deletions

View File

@ -1,9 +1,12 @@
# $OpenBSD: Makefile,v 1.12 2000/10/23 16:08:13 espie Exp $
# $OpenBSD: Makefile,v 1.13 2001/04/18 14:47:58 espie Exp $
COMMENT= "color X11 terminal emulator with transparency support"
COMMENT-kanji= "color japanese terminal emulator with transparency support"
PKGNAME= eterm-0.8.10
FULLPKGNAME-kanji= ja-eterm-0.8.10
DISTNAME= Eterm-0.8.10
CATEGORIES= x11
NEED_VERSION= 1.336
NEED_VERSION= 1.399
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= eterm
@ -37,11 +40,3 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/doc/Eterm.ti ${PREFIX}/share/doc/Eterm
.include <bsd.port.mk>
# XXX Tweak PKGNAME
.if ${FLAVOR:L:Mkanji}
PKGNAME:= ja-${PKGNAME:S/-kanji//}
PKG_ARGS+= -C 'eterm-*'
.else
PKG_ARGS+= -C 'ja-eterm-*'
.endif

View File

@ -1 +0,0 @@
color X11 terminal emulator with transparency support

View File

@ -1 +0,0 @@
color japanese terminal emulator with transparency support

View File

@ -1,4 +1,6 @@
@comment $OpenBSD: PLIST,v 1.4 2000/08/10 00:03:00 brad Exp $
@comment $OpenBSD: PLIST,v 1.5 2001/04/18 14:47:59 espie Exp $
@pkgcfl ja-eterm-[0-9]*
@pkgcfl eterm-[0-9]*
bin/Esetroot
bin/Etbg
bin/Etcolors.sh

View File

@ -1,10 +1,16 @@
# $OpenBSD: Makefile,v 1.53 2000/10/08 04:29:58 brad Exp $
# $OpenBSD: Makefile,v 1.54 2001/04/18 14:48:54 espie Exp $
# $FreeBSD: Makefile,v 1.33 1999/02/27 03:09:57 andreas Exp $
COMMENT= "C++ X11 GUI toolkit"
COMMENT-examples="examples and tutorial for qt"
COMMENT-html= "off-line html documentation for qt"
VERSION= 1.45
DISTNAME= qt-${VERSION}
PKGNAME-examples= qt-examples-${VERSION}
PKGNAME-html:= qt-html-${VERSION}
CATEGORIES= x11
NEED_VERSION= 1.336
NEED_VERSION= 1.399
MASTER_SITES= ftp://ftp.troll.no/qt/source/
HOMEPAGE= http://www.trolltech.com/products/qt/
@ -116,11 +122,6 @@ do-install:
.include <bsd.port.mk>
.if ${SUBPACKAGE} == "-examples"
PKGNAME:= qt-examples-${VERSION}
.elif ${SUBPACKAGE} == "-html"
PKGNAME:= qt-html-${VERSION}
.endif
.if defined(NO_SHARED_LIBS) && ${NO_SHARED_LIBS:U} == YES
USE_TARGET= openbsd-g++-static

View File

@ -1 +0,0 @@
C++ X11 GUI toolkit

View File

@ -1 +0,0 @@
examples and tutorial for qt

View File

@ -1 +0,0 @@
off-line html documentation for qt