mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
fd47512c4d
- Bump PORTREVISION PR: ports/125435
38 lines
959 B
Makefile
38 lines
959 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: mdk
|
|
# Date created: Apr 1, 2001
|
|
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mdk
|
|
PORTVERSION= 1.2.1
|
|
PORTREVISION= 5
|
|
CATEGORIES= lang gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNU:S/$/:gnu/} \
|
|
${MASTER_SITE_SOURCEFORGE:S/$/:sf/}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}/v${PORTVERSION}/:gnu \
|
|
${PORTNAME}/:sf
|
|
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:gnu \
|
|
${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:sf
|
|
|
|
MAINTAINER= stas@FreeBSD.org
|
|
COMMENT= A set of utilities for developing programs using MIX and MIXAL
|
|
|
|
LIB_DEPENDS= guile.19:${PORTSDIR}/lang/guile \
|
|
readline.5:${PORTSDIR}/devel/readline
|
|
|
|
USE_GNOME= gnometarget libglade2
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-nls
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
INFO= mdk
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g' \
|
|
${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|