diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-03-09 08:58:39 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-03-09 08:58:39 +0800 |
commit | 39b665521492119d81a722480716459b20e15142 (patch) | |
tree | defbb4ae428b002b194fd1c046999ae9623ebde7 | |
parent | 3cbf17184723ec9de85492d1e0fe7129019de6c7 (diff) | |
download | freebsd-ports-gnome-39b665521492119d81a722480716459b20e15142.tar.gz freebsd-ports-gnome-39b665521492119d81a722480716459b20e15142.tar.zst freebsd-ports-gnome-39b665521492119d81a722480716459b20e15142.zip |
- Add LICENSE
- Strip library
-rw-r--r-- | devel/libpeak/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/libpeak/Makefile b/devel/libpeak/Makefile index 48bedb70ea16..b23248a784e0 100644 --- a/devel/libpeak/Makefile +++ b/devel/libpeak/Makefile @@ -3,18 +3,21 @@ PORTNAME= libpeak PORTVERSION= 0.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= SF/peak/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Parallel Events and Asynchronous tasKing Library +LICENSE= BSD2CLAUSE + ONLY_FOR_ARCHS= i386 amd64 sparc64 USES= gmake libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes +INSTALL_TARGET= install-strip regression-test: build ( \ |