e1ceb1fdd9
- change from hard coded check for Alpha to using NO_SHARED_LIBS define - really use $(PREFIX) instead of hard coding it to /usr/local
23 lines
533 B
Makefile
23 lines
533 B
Makefile
# $OpenBSD: Makefile,v 1.10 1999/06/19 05:26:53 brad Exp $
|
|
|
|
DISTNAME= gsm-1.0.10
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ftp://ftp.cs.tu-berlin.de/pub/local/kbs/tubmik/gsm/
|
|
|
|
NEED_VERSION= 1.64
|
|
|
|
MAINTAINER= angelos@openbsd.org
|
|
|
|
WRKSRC= ${WRKDIR}/gsm-1.0-pl10
|
|
|
|
post-install:
|
|
@${LN} -sf ${PREFIX}/man/man1/toast.1 ${PREFIX}/man/man1/untoast.1
|
|
@${LN} -sf ${PREFIX}/man/man1/toast.1 ${PREFIX}/man/man1/tcat.1
|
|
@${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|
|
|
|
.if defined(NO_SHARED_LIBS)
|
|
MAKE_ENV+= NO_SHARED_LIBS=yes
|
|
.endif
|