aboutsummaryrefslogtreecommitdiffstats
path: root/devel/newt/Makefile
blob: e1b1578aea1daeb1c01fa6e37865b3713c7a9910 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# New ports collection makefile for:    newt
# Version required: 0.50-13
# Date created:     08 Jan 2000
# Whom:         Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#

DISTNAME=   newt-0.50-13
PKGNAME=    newt-0.50.13
CATEGORIES= devel
MASTER_SITES=   \
    ftp://ftp.cdrom.com/pub/linux/redhat/redhat-6.1/SRPMS/SRPMS/ \
    ftp://ftp.redhat.com/pub/redhat/redhat-6.1/SRPMS/SRPMS/ \
    ftp://ftp.infomagic.com/pub/mirrors/linux/RedHat/redhat-6.1/SRPMS/SRPMS/
EXTRACT_SUFX=   .src.rpm

MAINTAINER= will@FreeBSD.org

LIB_DEPENDS=    slang.1:${PORTSDIR}/devel/libslang
BUILD_DEPENDS=  rpm2cpio:${PORTSDIR}/misc/rpm \
        python:${PORTSDIR}/lang/python \
        ${LOCALBASE}/include/popt.h:${PORTSDIR}/devel/popt

USE_GMAKE=  yes
GNU_CONFIGURE=  yes
WRKSRC=     ${WRKDIR}/newt-0.50
VERSION=    0
MAKE_ENV+=  prefix=${PREFIX} VERSION=${VERSION} CC=${CC} PCFLAGS="${CFLAGS}"
PLIST_SUB+= VERSION="${VERSION}"
CPIO?=      /usr/bin/cpio

do-extract:
    @${RM} -rf ${WRKDIR}
    @${MKDIR} ${WRKDIR}
    @${LOCALBASE}/bin/rpm2cpio ${_DISTDIR}${DISTFILES} | (cd ${WRKDIR};${CPIO} -i)
    @${TAR} xfz ${WRKSRC}.tar.gz -C ${WRKDIR}

.include <bsd.port.mk>