blob: 610e4d31c44f41649e07360ae9d8c1b1a227014f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: kvidtune
# Date created: 15 November 1998
# Whom: Josh Gilliam <josh@quick.net>
#
# $FreeBSD$
#
PORTNAME= kvidtune
PORTVERSION= 0.4.1
CATEGORIES= x11 kde
MASTER_SITES= $(MASTER_SITE_KDE)
MASTER_SITE_SUBDIR= unstable/apps/admin
MAINTAINER= ports@FreeBSD.org
USE_KDELIBS_VER=1
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ENV= MOC=${X11BASE}/bin/moc
.include <bsd.port.mk>
|