Lines 1-11
Link Here
|
1 |
# Created by: Adam Weinberger <adamw@FreeBSD.org> |
1 |
# Created by: Adam Weinberger <adamw@FreeBSD.org> |
2 |
# $FreeBSD: ports/audio/easytag/Makefile,v 1.60 2012/11/17 05:54:30 svnexp Exp $ |
2 |
# $FreeBSD: ports/audio/easytag/Makefile,v 1.60 2012/11/17 05:54:30 svnexp Exp $ |
3 |
|
3 |
|
4 |
PORTNAME= easytag |
4 |
PORTNAME= easytag |
5 |
PORTVERSION= 2.1.7 |
5 |
PORTVERSION= 2.1.8 |
6 |
PORTREVISION= 3 |
|
|
7 |
CATEGORIES= audio |
6 |
CATEGORIES= audio |
8 |
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28gtk%202%29/${PORTVERSION:C/\.[0-9]+$//} |
7 |
MASTER_SITES= GNOME |
9 |
|
8 |
|
10 |
MAINTAINER= novel@FreeBSD.org |
9 |
MAINTAINER= novel@FreeBSD.org |
11 |
COMMENT= GTK2 Tag editor for MP3 and OGG files |
10 |
COMMENT= GTK2 Tag editor for MP3 and OGG files |
Lines 19-26
Link Here
|
19 |
MAN1= easytag.1 |
18 |
MAN1= easytag.1 |
20 |
CONFLICTS= easytag-devel-[0-9]* |
19 |
CONFLICTS= easytag-devel-[0-9]* |
21 |
|
20 |
|
22 |
USE_BZIP2= yes |
21 |
USE_XZ= yes |
23 |
USE_GETTEXT= yes |
22 |
USE_GETTEXT= yes |
|
|
23 |
USE_GMAKE= yes |
24 |
USE_GNOME= gnomehack gnomeprefix gtk20 desktopfileutils |
24 |
USE_GNOME= gnomehack gnomeprefix gtk20 desktopfileutils |
25 |
GNU_CONFIGURE= yes |
25 |
GNU_CONFIGURE= yes |
26 |
CPPFLAGS+= -I${LOCALBASE}/include -DHAVE_GTK |
26 |
CPPFLAGS+= -I${LOCALBASE}/include -DHAVE_GTK |