mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
9bf42c2859
PR: 33995 Submitted by: Angel Todorov <todorov_bg@gmx.net>
24 lines
449 B
Makefile
24 lines
449 B
Makefile
# New ports collection makefile for: kbedic
|
|
# Date created: 17 January 2002
|
|
# Whom: Angel Todorov <todorov_bg@gmx.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kbedic
|
|
PORTVERSION= 2.1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
|
http://kbedic.search.bg/download/
|
|
MASTER_SITE_SUBDIR=kbedic
|
|
|
|
MAINTAINER= todorov_bg@gmx.net
|
|
|
|
USE_QT_VER= 2
|
|
USE_X_PREFIX= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-x
|
|
|
|
.include <bsd.port.mk>
|