mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Add tinylaf 1.2.1, a pluggable Look and Feel for Java.
This commit is contained in:
parent
e36c8ed234
commit
414a0782bc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=137345
@ -1507,6 +1507,7 @@
|
||||
SUBDIR += terminality
|
||||
SUBDIR += tide
|
||||
SUBDIR += tigcc
|
||||
SUBDIR += tinylaf
|
||||
SUBDIR += tinyq
|
||||
SUBDIR += titano
|
||||
SUBDIR += tkcon
|
||||
|
50
devel/tinylaf/Makefile
Normal file
50
devel/tinylaf/Makefile
Normal file
@ -0,0 +1,50 @@
|
||||
# New ports collection makefile for: tinylaf
|
||||
# Date created: 22 May 2005
|
||||
# Whom: Thierry Thomas <thierry@pompo.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= tinylaf
|
||||
PORTVERSION= 1.2.1
|
||||
CATEGORIES= devel java
|
||||
MASTER_SITES= http://www.muntjak.de/hans/java/tinylaf/
|
||||
DISTNAME= ${PORTNAME}-beta-${PORTVERSION}
|
||||
|
||||
MAINTAINER= thierry@FreeBSD.org
|
||||
COMMENT= A pluggable Look and Feel for Java
|
||||
|
||||
USE_ZIP= yes
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.4+
|
||||
NO_BUILD= yes
|
||||
|
||||
JARFILE= ${PORTNAME}.jar
|
||||
|
||||
PORTDOCS= readme.txt
|
||||
THEMES= 98\ Earth.theme 98\ Lego.theme 98\ Light.theme 98\ Pool.theme \
|
||||
XP\ Forest.theme XP\ Golden.theme XP\ Plastic.theme Xp\ Silver.theme
|
||||
|
||||
PLIST_FILES= %%JAVAJARDIR%%/${JARFILE}
|
||||
PLIST_FILES+= ${THEMES:S|^|%%DATADIR%%/|}
|
||||
PLIST_DIRS+= %%DATADIR%%
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${DATADIR}
|
||||
${INSTALL_DATA} ${JARFILE:S|^|${WRKSRC}/|} ${JAVAJARDIR}
|
||||
${INSTALL_DATA} ${THEMES:S|^|${WRKSRC}/|} ${DATADIR}
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
||||
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${ECHO_MSG}
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
@${ECHO_MSG}
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/tinylaf/distinfo
Normal file
2
devel/tinylaf/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (tinylaf-beta-1.2.1.zip) = bcbaf0364fa42f9d9f967336e61f926a
|
||||
SIZE (tinylaf-beta-1.2.1.zip) = 484367
|
1
devel/tinylaf/files/pkg-message.in
Normal file
1
devel/tinylaf/files/pkg-message.in
Normal file
@ -0,0 +1 @@
|
||||
Common themes have been installed in %%DATADIR%%.
|
6
devel/tinylaf/pkg-descr
Normal file
6
devel/tinylaf/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
TinyLaF is a (mostly painted) pluggable Look and Feel for Java.
|
||||
|
||||
TinyLaF can look like Windows 98 or like Windows XP. With the assistance of
|
||||
the control panel, the user can define the component's colors and behaviour.
|
||||
|
||||
WWW: http://www.muntjak.de/hans/java/tinylaf/index.html
|
Loading…
Reference in New Issue
Block a user