# New ports collection makefile for: Schism Tracker # Date created: 26 May 2005 # Whom: Emanuel Haupt # # $FreeBSD$ # PORTNAME= schism DISTVERSION= 0.2a CATEGORIES= audio MASTER_SITES= http://rigelseven.com/schism/dl/ MAINTAINER= ehaupt@FreeBSD.org COMMENT= A module tracker editor/player resembling impulse tracker ONLY_FOR_ARCHS= i386 USE_BZIP2= yes USE_SDL= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_REINPLACE= yes USE_GCC= 3.4+ # Dies with bus error unless building debug version CXXFLAGS= -g CFLAGS= -g CONFIGURE_ENV= CFLAGS="${CFLAGS} ${CPPFLAGS}" \ CXXFLAGS="${CXXFLAGS} ${CPPFLAGS}" \ CPPFLAGS="${CPPFLAGS}" \ LDFLAGS="${LDFLAGS}" PLIST_FILES= bin/${PORTNAME} .include post-patch: .if ${OSVERSION} < 500000 @${REINPLACE_CMD} -e 's|getopt\.h|unistd\.h|' \ ${WRKSRC}/src/bin2h.c .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin .include span='2'>cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Add SHA256pav2005-11-261-0/+1
* - Update to 1.01pav2005-02-262-9/+9
* BROKEN on amd64: Does not compile (shared libraries need to be compiled with ...kris2004-03-151-1/+7
* SIZEify.trevor2004-01-291-0/+1
* utilize SITE_PERLijliao2003-10-242-34/+34
* de-pkg-commentknu2003-02-212-1/+1
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-111-2/+0
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-071-0/+2
* re-add IPA 1.00ijliao2002-08-14