mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
8d361cc883
switch to new USE_GNOME drop maintainership
35 lines
836 B
Makefile
35 lines
836 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.0.1
|
|
CATEGORIES= lang gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNU} \
|
|
${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= MIX Development Kit offers an emulation of MIX and MIXAL
|
|
|
|
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \
|
|
intl.4:${PORTSDIR}/devel/gettext \
|
|
guile.15:${PORTSDIR}/lang/guile
|
|
|
|
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" \
|
|
MAKEINFO="makeinfo --no-split"
|
|
|
|
post-extract:
|
|
@${RM} -f ${WRKSRC}/doc/*.info*
|
|
|
|
.include <bsd.port.mk>
|