21a283f3be
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now, we won't have conflicts there. Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel has the correct PKGNAME anyway. Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called OPTIONS_FILE now.) Reviewed by: antoine, bapt Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3336
22 lines
641 B
Makefile
22 lines
641 B
Makefile
# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= knutclient
|
|
PORTVERSION= 1.0.4
|
|
PORTREVISION= 6
|
|
CATEGORIES= sysutils kde
|
|
MASTER_SITES= ftp://ftp.buzuluk.cz/pub/alo/knutclient/stable/ \
|
|
http://www.ringofsaturn.com/distfiles/ \
|
|
http://www.vg.kernel.org/pub/mirrors/gentoo/source/distfiles/
|
|
|
|
MAINTAINER= rnejdl@ringofsaturn.com
|
|
COMMENT= Visual client for UPS system NUT
|
|
|
|
LIB_DEPENDS= libqimageblitz.so:${PORTSDIR}/x11/qimageblitz
|
|
|
|
CONFLICTS= knutclient-0.*
|
|
USES= cmake gettext
|
|
USE_KDE4= kdeprefix kdelibs automoc4
|
|
USE_QT4= corelib gui qmake_build moc_build rcc_build uic_build
|
|
|
|
.include <bsd.port.mk>
|