mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
33 lines
800 B
Makefile
33 lines
800 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: rexx-curl
|
|
# Date created: Nov 11, 2003
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= curl
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= ftp
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= rexx${PORTNAME}
|
|
PKGNAMEPREFIX= rexx-
|
|
DISTNAME= RexxCURL-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= External function package providing an interface to the cURL package
|
|
|
|
BUILD_DEPENDS= rexx:${PORTSDIR}/lang/rexx-regina
|
|
LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl
|
|
RUN_DEPENDS= rexx:${PORTSDIR}/lang/rexx-regina
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-rexx=regina
|
|
CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \
|
|
LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}"
|
|
USE_GMAKE= yes
|
|
INSTALLS_SHLIB= yes
|
|
DATADIR= ${PREFIX}/share/rexx${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|