blob: 83d0f7a04ae7501bb04fbc99402a8828bbd579e1 (
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
|
# 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= 12
CATEGORIES= lang gnome
MASTER_SITES= ${MASTER_SITE_GNU:S/%SUBDIR%/${PORTNAME}\/v${PORTVERSION}/} \
SF
MAINTAINER= ports@FreeBSD.org
COMMENT= A set of utilities for developing programs using MIX and MIXAL
LIB_DEPENDS= guile.21:${PORTSDIR}/lang/guile \
readline.6:${PORTSDIR}/devel/readline
USE_GNOME= libglade2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-nls
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>
|