1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/x11-toolkits/skinlf/Makefile
Chris Rees dd045ef1d7 - Update maintainer address
Approved by: rene (mentor)
2011-06-17 06:46:07 +00:00

36 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= crees@FreeBSD.org
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>