diff options
author | Steve Price <steve@FreeBSD.org> | 2000-01-29 05:46:08 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-01-29 05:46:08 +0000 |
commit | 413d8b01b683780089b1351673d8b185f007d7bc (patch) | |
tree | 00ef559f9dc6ca516f4a1ffbf8673b5e3ecefd76 /x11/xkbctrl/Makefile | |
parent | d5b4e10d7660d6ec9a61881c298741b7c0d8510a (diff) | |
download | ports-413d8b01b683780089b1351673d8b185f007d7bc.tar.gz ports-413d8b01b683780089b1351673d8b185f007d7bc.zip |
Notes
Diffstat (limited to 'x11/xkbctrl/Makefile')
-rw-r--r-- | x11/xkbctrl/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/x11/xkbctrl/Makefile b/x11/xkbctrl/Makefile new file mode 100644 index 000000000000..ef1584cd018f --- /dev/null +++ b/x11/xkbctrl/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: xkbctrl +# Version required: 1.0 +# Date created: 9 January 2000 +# Whom: Yoshiro MIHIRA <sanpei@sanpei.org> +# +# $FreeBSD$ +# + +DISTNAME= xkbctrl +PKGNAME= xkbctrl-1.0 +CATEGORIES= x11 +MASTER_SITES= ftp://core.ring.gr.jp/pub/X/opengroup/unsupported/test/Xkb/programs/ \ + ftp://ring.nacsis.ac.jp/pub/X/opengroup/unsupported/test/Xkb/programs/ +DISTFILES= Imakefile xkbctrl.c + +MAINTAINER= sanpei@sanpei.org + +DIST_SUBDIR= xkbctrl +USE_IMAKE= yes +NO_WRKSUBDIR= yes + +do-extract: + @${RM} -rf ${WRKDIR} + @${MKDIR} ${WRKDIR} + @for file in ${DISTFILES}; do \ + ${CP} ${DISTDIR}/${DIST_SUBDIR}/$${file} ${WRKSRC}; \ + done + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin + +.include <bsd.port.mk> |