# New ports collection makefile for:	usersetup
# Version required:     1.2
# Date created:		08 Jul 1999 
# Whom:			CHOI Junho <cjh@kr.freebsd.org>
#
# $Id$
#

DISTNAME=	usersetup-1.3
PKGNAME=	ko-usersetup-1.3
CATEGORIES=	korean
MASTER_SITES=	ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/

MAINTAINER=	cjh@kr.freebsd.org

NO_BUILD=	yes

SKELDESTDIR=	/usr/share/skel

do-install:
.for dotfile in Xresources complete fvwm95rc gtkrc login_conf steprc \
		bash_profile cshrc inputrc pinerc xinitrc \
		bashrc emacs login profile xsession
	${INSTALL_DATA} ${WRKSRC}/dot.${dotfile} ${SKELDESTDIR}
.endfor
	
.include <bsd.port.mk>
