71d974aa3b
using the Swing toolkit. Skin Look And Feel is able to load themepacks (a bundle of GTK - The Gimp Toolkit - and KDE - The K Desktop Environment - skins) to enhance your application GUI controls such as Buttons, Checks, Radios, Scrollbars, Progress Bar, Lists, Tables, Internal Frames, Colors, Background Textures, Regular Windows. WWW: http://www.l2fprod.com/skinlf/index.html PR: ports/142591 Submitted by: Chris Rees <utisoft@gmail.com>
35 lines
818 B
Makefile
35 lines
818 B
Makefile
# New ports collection Makefile for: skinlf
|
|
# Date created: September 2009
|
|
# Whom: Chris Rees
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= skinlf
|
|
PORTVERSION= 6.7
|
|
DISTVERSIONSUFFIX= -20060722
|
|
CATEGORIES= x11-toolkits java
|
|
MASTER_SITES= https://skinlf.dev.java.net/files/documents/66/37801/ \
|
|
http://www.bayofrum.net/dist/skinlf/
|
|
|
|
MAINTAINER= utisoft@gmail.com
|
|
COMMENT= Allows Java developers to write skinnable applications in Swing
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
USE_ZIP= yes
|
|
USE_JAVA= yes
|
|
|
|
JAR_NAME= ${PORTNAME}.jar
|
|
|
|
NO_BUILD= yes
|
|
|
|
PLIST_FILES= %%JAVAJARDIR%%/${JAR_NAME} \
|
|
%%JAVAJARDIR%%/themepack.zip
|
|
|
|
do-install:
|
|
${MKDIR} ${JAVAJARDIR}
|
|
${INSTALL_DATA} "${WRKSRC}/lib/${JAR_NAME}" ${JAVAJARDIR}/${JAR_NAME}
|
|
${INSTALL_DATA} "${WRKSRC}/lib/themepack.zip" ${JAVAJARDIR}/themepack.zip
|
|
|
|
.include <bsd.port.mk>
|