30be626929
to build/install correctly; PLIST.noshared
23 lines
507 B
Makefile
23 lines
507 B
Makefile
# $OpenBSD: Makefile,v 1.8 1999/02/21 04:26:09 marc Exp $
|
|
#
|
|
|
|
DISTNAME= gsm-1.0.10
|
|
CATEGORIES= audio
|
|
|
|
NEED_VERSION= 1.64
|
|
|
|
MAINTAINER= angelos@openbsd.org
|
|
|
|
MASTER_SITES= ftp://ftp.cs.tu-berlin.de/pub/local/kbs/tubmik/gsm/
|
|
|
|
WRKSRC= ${WRKDIR}/gsm-1.0-pl10
|
|
|
|
post-install:
|
|
.if !defined(NO_INSTALL_MANPAGES)
|
|
${LN} -sf ${PREFIX}/man/man1/toast.1 ${PREFIX}/man/man1/untoast.1
|
|
${LN} -sf ${PREFIX}/man/man1/toast.1 ${PREFIX}/man/man1/tcat.1
|
|
.endif
|
|
${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|