090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
25 lines
606 B
Makefile
25 lines
606 B
Makefile
# New ports collection makefile for: gacxtool
|
|
# Date created: 2004-11-14
|
|
# Whom: Leonid Zolotarev <leoz.2005@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gacxtool
|
|
PORTVERSION= 0.1.0
|
|
PORTREVISION= 3
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= leoz.2005@gmail.com
|
|
COMMENT= Displays the status of the ACX driver
|
|
|
|
LIB_DEPENDS= gtkdatabox:${PORTSDIR}/x11-toolkits/gtkdatabox2
|
|
BUILD_DEPENDS= /boot/kernel/if_acx.ko:${PORTSDIR}/net/acx100
|
|
RUN_DEPENDS= /boot/kernel/if_acx.ko:${PORTSDIR}/net/acx100
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= gtk20
|
|
|
|
.include <bsd.port.mk>
|