1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

- Fix MASTER_SITES (PF);

- there was no MAINTAINER line (I donno how it's porrible at all), so add
  MAINTAINER=ports@FreeBSD.org (sobomax).

PR:		22451
Submitted by:	PF
This commit is contained in:
Maxim Sobolev 2000-11-02 16:09:20 +00:00
parent f87bdccd3b
commit f3de147d9e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34656

View File

@ -8,17 +8,16 @@
PORTNAME= kwatch
PORTVERSION= 0.3
CATEGORIES= misc kde
MASTER_SITES= $(MASTER_SITE_KDE)
MASTER_SITE_SUBDIR= stable/1.1/apps/utils
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= system/admin/frontends
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
kdecore.3:${PORTSDIR}/x11/kdelibs11 \
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11 \
kdeui.3:${PORTSDIR}/x11/kdelibs11
USE_QT= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
INSTALL_SCRIPT="install -c -m 555"
GNU_CONFIGURE= yes
.include <bsd.port.mk>