diff options
author | bsam <bsam@FreeBSD.org> | 2013-09-24 23:13:26 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2013-09-24 23:13:26 +0800 |
commit | 14eb976a8d17719dc9336398a85c303186e4b019 (patch) | |
tree | 34402d547d77a9b44c1922ff0d517b0f0ae3b130 | |
parent | 1148c8cb9f2d11d3509a843098bcf037a2b13e28 (diff) | |
download | freebsd-ports-gnome-14eb976a8d17719dc9336398a85c303186e4b019.tar.gz freebsd-ports-gnome-14eb976a8d17719dc9336398a85c303186e4b019.tar.zst freebsd-ports-gnome-14eb976a8d17719dc9336398a85c303186e4b019.zip |
. STAGE'ify;
. use LIB_DEPENDS instead of BUILD_DEPENDS and RUN_DEPENDS;
. pet portlint: make COMMENT a bit shorter.
-rw-r--r-- | deskutils/wammu/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/deskutils/wammu/Makefile b/deskutils/wammu/Makefile index 6e320a61dffb..b4efe62ab50b 100644 --- a/deskutils/wammu/Makefile +++ b/deskutils/wammu/Makefile @@ -9,12 +9,11 @@ MASTER_SITES= http://dl.cihar.com/wammu/v0/ \ http://dl.cihar.com.nyud.net/wammu/v0/ MAINTAINER= bsam@FreeBSD.org -COMMENT= GUI program to manage contacts, todos, calendar, and messages in your phone +COMMENT= GUI manager of contacts, todos, calendar, and messages in your phone LICENSE= GPLv2 -BUILD_DEPENDS+= gammu:${PORTSDIR}/comms/gammu -RUN_DEPENDS+= gammu:${PORTSDIR}/comms/gammu +LIB_DEPENDS+= libGammu.so:${PORTSDIR}/comms/gammu USES= gettext pkgconfig USE_PYTHON= yes @@ -26,5 +25,4 @@ WX_UNICODE= yes MANLANG= "" cs de it nl pt_BR es fr ru sk MAN1= wammu.1 wammu-configure.1 -NO_STAGE= yes .include <bsd.port.mk> |