diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2017-04-13 00:30:34 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2017-04-13 00:30:34 +0800 |
commit | 7e07057f90fc43a63b295c561974910234b48696 (patch) | |
tree | 6bf58dac08e3de3d8bc2e30c9c0425b1ec84888b /audio/schism | |
parent | 60eaa5d95ecb60d85691ba9ceb8668cf1bd53959 (diff) | |
download | freebsd-ports-gnome-7e07057f90fc43a63b295c561974910234b48696.tar.gz freebsd-ports-gnome-7e07057f90fc43a63b295c561974910234b48696.tar.zst freebsd-ports-gnome-7e07057f90fc43a63b295c561974910234b48696.zip |
- Rename audio/schism for better naming
- Add .desktop files for tracker and editor
- Provide icons
Diffstat (limited to 'audio/schism')
-rw-r--r-- | audio/schism/Makefile | 42 | ||||
-rw-r--r-- | audio/schism/distinfo | 3 | ||||
-rw-r--r-- | audio/schism/pkg-descr | 5 |
3 files changed, 0 insertions, 50 deletions
diff --git a/audio/schism/Makefile b/audio/schism/Makefile deleted file mode 100644 index 504fae7bddd3..000000000000 --- a/audio/schism/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# Created by: Emanuel Haupt <ehaupt@critical.ch> -# $FreeBSD$ - -PORTNAME= schism -PORTVERSION= 20160913 -PORTREVISION= 1 -CATEGORIES= audio - -MAINTAINER= ehaupt@FreeBSD.org -COMMENT= Module tracker editor/player resembling impulse tracker - -LICENSE= GPLv2 - -ONLY_FOR_ARCHS= i386 amd64 - -USES= autoreconf python compiler:c++11-lib -USE_SDL= sdl -USE_XORG= x11 xext xv -GNU_CONFIGURE= yes - -USE_GITHUB= yes -GH_ACCOUNT= schismtracker -GH_PROJECT= schismtracker - -PLIST_FILES= bin/${PORTNAME} - -# if you touch these make sure configure finds X11/XKBlib.h presence -LDFLAGS+= `sdl-config --libs` -LIBS+= -lm -lX11 -CPPFLAGS+= -I${LOCALBASE}/include - -post-patch: - @${REINPLACE_CMD} \ - -e "s|^\(AC_INIT.*\)\[last_git_commit\]|\1${PORTVERSION}|" \ - -e '/^m4_define.*last_git_commit.*git/d' \ - ${WRKSRC}/configure.ac - @${REINPLACE_CMD} -e '/^schismtracker_LDADD/d' ${WRKSRC}/Makefile.am - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/schismtracker ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - -.include <bsd.port.mk> diff --git a/audio/schism/distinfo b/audio/schism/distinfo deleted file mode 100644 index 1b6df161549b..000000000000 --- a/audio/schism/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1475655562 -SHA256 (schismtracker-schismtracker-20160913_GH0.tar.gz) = 3c2fcea458ba7b41bcc63ee786c7eef0bfe8775639a3db8fab863e12f10888e9 -SIZE (schismtracker-schismtracker-20160913_GH0.tar.gz) = 1030790 diff --git a/audio/schism/pkg-descr b/audio/schism/pkg-descr deleted file mode 100644 index a363b0e49858..000000000000 --- a/audio/schism/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Schism Tracker is a music editor that aims to match the look and feel of -Impulse Tracker as closely as possible. The player code is based on Modplug, -so it supports a wide variety of module formats. - -WWW: http://rigelseven.com/schism/ |