diff options
author | bsam <bsam@FreeBSD.org> | 2013-05-27 20:54:04 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2013-05-27 20:54:04 +0800 |
commit | 8fdade5dcfdea385be17294ccf46da5340cdc9ec (patch) | |
tree | 1119819b56c2072a5b4c3bb270913bb56fe5dd39 /sysutils | |
parent | f94a45ae02857e7d3be52f457c02d7edf7fc12a9 (diff) | |
download | freebsd-ports-gnome-8fdade5dcfdea385be17294ccf46da5340cdc9ec.tar.gz freebsd-ports-gnome-8fdade5dcfdea385be17294ccf46da5340cdc9ec.tar.zst freebsd-ports-gnome-8fdade5dcfdea385be17294ccf46da5340cdc9ec.zip |
. remove shlib ABI version from LIB_DEPENDS;
. add LICENSE=GPLv2;
. trim Makefile headers;
. pet portlint: use tab instead of spaces after USE_XORG=;
. bump PORTREVISION.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/lineak-defaultplugin/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/sysutils/lineak-defaultplugin/Makefile b/sysutils/lineak-defaultplugin/Makefile index 9ac30446cf47..f2e34feacba1 100644 --- a/sysutils/lineak-defaultplugin/Makefile +++ b/sysutils/lineak-defaultplugin/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: lineak-defaultplugin -# Date created: 2004-12-29 -# Whom: Kay Lehmann <kay_lehmann@web.de> -# +# Created by: Kay Lehmann <kay_lehmann@web.de> # $FreeBSD$ -# PORTNAME= lineak-defaultplugin PORTVERSION= 0.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils deskutils MASTER_SITES= SF/lineak/lineak_defaultplugin/${PORTNAME}-${PORTVERSION} DIST_SUBDIR= lineak @@ -15,11 +11,13 @@ DIST_SUBDIR= lineak MAINTAINER= ports@FreeBSD.org COMMENT= Default plugins for lineakd -LIB_DEPENDS= lineak.8:${PORTSDIR}/sysutils/lineakd +LICENSE= GPLv2 + +LIB_DEPENDS= lineak:${PORTSDIR}/sysutils/lineakd USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes -USE_XORG= x11 xext xt xtst xfixes +USE_XORG= x11 xext xt xtst xfixes USE_GMAKE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |