blob: 89d4bfdbeac184083d8783eb8927931a43cf9c74 (
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
|
# 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>
|