mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
22 lines
416 B
Makefile
22 lines
416 B
Makefile
# New ports collection makefile for: xcode
|
|
# Date created: 13 January 2000
|
|
# Whom: Michael Vasilenko <acid@stu.cn.ua>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xcode
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= russian
|
|
MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/util/text/
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
USE_BZIP2= yes
|
|
|
|
do-install:
|
|
@ ${INSTALL_PROGRAM} ${WRKSRC}/xcode ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|