1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/databases/clip/Makefile
Greg Lewis 90a4183fcf Unbreak this port:
. Update to 0.99-3 (0.96-1 is no longer available).
. Fix MASTER_SITES.
2002-06-17 21:21:06 +00:00

28 lines
505 B
Makefile

# ex:ts=8
# New ports collection makefile for: clip
# Date created: Dec 23, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= clip
PORTVERSION= 0.99
CATEGORIES= databases
MASTER_SITES= ftp://ftp.lastik.ru/clip/ \
ftp://ftp.linux.ru.net/mirrors/clip/
DISTNAME= ${PORTNAME}-prg-${PORTVERSION}-3
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
USE_BISON= yes
USE_GMAKE= yes
ALL_TARGET= local
MAKE_ENV= HOME=${WRKDIR}
do-install:
${CP} -R ${WRKDIR}/cliproot ${LOCALBASE}/clip
.include <bsd.port.mk>