37 lines
896 B
Makefile
37 lines
896 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.1
|
|
PORTREVISION= 0
|
|
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= ports@FreeBSD.org
|
|
COMMENT= MIX Development Kit offers an emulation of MIX and MIXAL
|
|
|
|
LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile
|
|
|
|
USE_GETTEXT= yes
|
|
USE_ICONV= yes
|
|
USE_GETOPT_LONG= yes
|
|
USE_X_PREFIX= yes
|
|
USE_GNOME= glib12 gtk12 libglade gnomehack gnomehier gnomeprefix
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
INFO= mdk
|
|
|
|
.include <bsd.port.mk>
|