Lines 1-6
Link Here
|
1 |
# New ports collection makefile for: mmc |
1 |
# New ports collection makefile for: mmc |
2 |
# Date created: 21 July 2000 |
2 |
# Date created: 21 July 2000 |
3 |
# Whom: Maxim Sobolev <sobomax@FreeBSD.org> |
3 |
# Whom: Maxim Sobolev <sobomax@FreeBSD.org> |
4 |
# |
4 |
# |
5 |
# $FreeBSD: ports/mail/mmc/Makefile,v 1.20 2011/09/23 22:23:57 amdmi3 Exp $ |
5 |
# $FreeBSD: ports/mail/mmc/Makefile,v 1.20 2011/09/23 22:23:57 amdmi3 Exp $ |
6 |
# |
6 |
# |
Lines 11-19
Link Here
|
11 |
CATEGORIES= mail gnome |
11 |
CATEGORIES= mail gnome |
12 |
MASTER_SITES= SF |
12 |
MASTER_SITES= SF |
13 |
|
13 |
|
14 |
MAINTAINER= ports@FreeBSD.org |
14 |
MAINTAINER= 5u623l20@gmail.com |
15 |
COMMENT= A tiny mail client for Gnome Desktop |
15 |
COMMENT= A tiny mail client for Gnome Desktop |
16 |
|
16 |
|
|
|
17 |
PORTSCOUT= skipv:0.35 #Older than the current one |
17 |
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.1//} |
18 |
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.1//} |
18 |
|
19 |
|
19 |
USE_GNOME= gnomehack gnomelibs gnomeprefix |
20 |
USE_GNOME= gnomehack gnomelibs gnomeprefix |
Lines 23-26
Link Here
|
23 |
|
24 |
|
24 |
CFLAGS+= -fpermissive |
25 |
CFLAGS+= -fpermissive |
25 |
|
26 |
|
|
|
27 |
.if !defined(WITHOUT_NLS) |
28 |
USE_GETTEXT= yes |
29 |
PLIST_SUB+= NLS="" |
30 |
.else |
31 |
CONFIGURE_ARGS+= --disable-nls |
32 |
PLIST_SUB+= NLS="@comment " |
33 |
.endif |
34 |
|
35 |
PLIST_FILES= bin/mmc \ |
36 |
share/gnome/apps/Internet/mmc.desktop \ |
37 |
%%NLS%%share/locale/de/LC_MESSAGES/mmc.mo \ |
38 |
share/pixmaps/mmc-logo.png |
39 |
|
26 |
.include <bsd.port.mk> |
40 |
.include <bsd.port.mk> |