diff options
author | bsam <bsam@FreeBSD.org> | 2013-05-25 01:59:35 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2013-05-25 01:59:35 +0800 |
commit | 403d986855aa2f2a1071f1219cce8c78db2f8903 (patch) | |
tree | f14992a994e4e877431bd845ecc2d73a6da51cde /deskutils | |
parent | a32e9f333e12e2ac79807767da3ddb8e5459a4c7 (diff) | |
download | freebsd-ports-gnome-403d986855aa2f2a1071f1219cce8c78db2f8903.tar.gz freebsd-ports-gnome-403d986855aa2f2a1071f1219cce8c78db2f8903.tar.zst freebsd-ports-gnome-403d986855aa2f2a1071f1219cce8c78db2f8903.zip |
. trim Makefile headers;
. USE_GNOME=pkgconfig -> USES+=pkgconfig;
. pet portlint: place LICENSE before MAINTAINER.
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/wammu/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/deskutils/wammu/Makefile b/deskutils/wammu/Makefile index cf3e87754902..cbe3a7d8c890 100644 --- a/deskutils/wammu/Makefile +++ b/deskutils/wammu/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: deskutils/wamuu-dev -# Date created: 14 May 2010 -# Whom: bsam -# +# Created by: bsam # $FreeBSD$ -# PORTNAME= wammu PORTVERSION= 0.36 @@ -15,18 +11,17 @@ MASTER_SITES= http://dl.cihar.com/wammu/v0/ \ MAINTAINER= bsam@FreeBSD.org COMMENT= GUI program to manage contacts, todos, calendar, and messages in your phone +LICENSE= GPLv2 + BUILD_DEPENDS+= gammu:${PORTSDIR}/comms/gammu RUN_DEPENDS+= gammu:${PORTSDIR}/comms/gammu -LICENSE= GPLv2 - -USES= gettext +USES= gettext pkgconfig USE_PYTHON= yes USE_PYDISTUTILS= yes USE_WX= 2.6+ WX_COMPS= python:lib WX_UNICODE= yes -USE_GNOME= pkgconfig MANLANG= "" cs de it nl pt_BR MAN1= wammu.1 wammu-configure.1 |