diff options
author | vs <vs@FreeBSD.org> | 2004-04-10 17:09:35 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-04-10 17:09:35 +0800 |
commit | f388b323f3d40c5309b4501405faba3f2f8938fd (patch) | |
tree | 5c03d0fd3a653e8644b73b21f7bf0f395d204d70 /palm/libmal/Makefile | |
parent | afaade73449dee87b3e9fd5c333b7c9ab6e51899 (diff) | |
download | freebsd-ports-gnome-f388b323f3d40c5309b4501405faba3f2f8938fd.tar.gz freebsd-ports-gnome-f388b323f3d40c5309b4501405faba3f2f8938fd.tar.zst freebsd-ports-gnome-f388b323f3d40c5309b4501405faba3f2f8938fd.zip |
- Update to 0.40: http://jasonday.home.att.net/code/libmal/ChangeLog
- Change MAINTAINER to submitter (Approved by current maintainer)
PR: 65168
Submitted by: Arjan van Leeuwen
Approved by: linimon (mentor)
Diffstat (limited to 'palm/libmal/Makefile')
-rw-r--r-- | palm/libmal/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/palm/libmal/Makefile b/palm/libmal/Makefile index 997884339249..370d8335e7f1 100644 --- a/palm/libmal/Makefile +++ b/palm/libmal/Makefile @@ -7,12 +7,11 @@ # PORTNAME= libmal -PORTVERSION= 0.31 -PORTREVISION= 1 +PORTVERSION= 0.40 CATEGORIES= palm MASTER_SITES= http://jasonday.home.att.net/code/libmal/ -MAINTAINER= groot@kde.org +MAINTAINER= avleeuwen@piwebs.com COMMENT= A library encapsulating malsync LIB_DEPENDS= pisock.8:${PORTSDIR}/palm/pilot-link @@ -20,6 +19,7 @@ LIB_DEPENDS= pisock.8:${PORTSDIR}/palm/pilot-link USE_GMAKE= YES USE_LIBTOOL_VER=13 HAS_CONFIGURE= YES -INSTALLS_SHLIB= libmal +INSTALLS_SHLIB= YES +CONFLICTS= malsync-* .include <bsd.port.mk> |