mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
6527ef2070
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)
24 lines
511 B
Makefile
24 lines
511 B
Makefile
# New ports collection makefile for: gdrdao
|
|
# Date created: November 5 2000
|
|
# Whom: Anders Nordby <anders@fix.no>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gdrdao
|
|
PORTVERSION= 0.4.1
|
|
PORTREVISION= 4
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= danfe
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= GTK-based GUI frontend for cdrdao, disk-at-once audio CD recorder
|
|
|
|
RUN_DEPENDS= cdrdao:${PORTSDIR}/sysutils/cdrdao
|
|
|
|
USE_GNOME= gnomelibs
|
|
GNU_CONFIGURE= yes
|
|
PLIST_FILES= bin/gdrdao
|
|
|
|
.include <bsd.port.mk>
|