diff options
author | antoine <antoine@FreeBSD.org> | 2014-08-26 20:29:48 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-08-26 20:29:48 +0800 |
commit | dd822a82c514c9282c041d162693c5ce3966c2ee (patch) | |
tree | bbd5468b5429926a81c2600769aba70eddd3c1bf /math | |
parent | ce6d0310a05d482c334627a66de57e98f6cf1c07 (diff) | |
download | freebsd-ports-gnome-dd822a82c514c9282c041d162693c5ce3966c2ee.tar.gz freebsd-ports-gnome-dd822a82c514c9282c041d162693c5ce3966c2ee.tar.zst freebsd-ports-gnome-dd822a82c514c9282c041d162693c5ce3966c2ee.zip |
Package something
Diffstat (limited to 'math')
-rw-r--r-- | math/stp/Makefile | 1 | ||||
-rw-r--r-- | math/stp/pkg-plist | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/math/stp/Makefile b/math/stp/Makefile index 1c5058154b5e..e15879b280b7 100644 --- a/math/stp/Makefile +++ b/math/stp/Makefile @@ -3,6 +3,7 @@ PORTNAME= stp PORTVERSION= 1436 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://intara.arrowdodger.ru/ diff --git a/math/stp/pkg-plist b/math/stp/pkg-plist new file mode 100644 index 000000000000..51d12f8c8df5 --- /dev/null +++ b/math/stp/pkg-plist @@ -0,0 +1,10 @@ +bin/stp +include/stp/c_interface.h +include/stp/cpp_interface.h +lib/cmake/STP/STPConfig.cmake +lib/cmake/STP/STPTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/STP/STPTargets.cmake +lib/libstp.a +@dirrmtry include/stp +@dirrmtry lib/cmake/STP +@dirrmtry lib/cmake |