pkgsrc/audio/gsm/Makefile
hubertf f6fc8a8a9e Remove -m argument from ldconfig calls, require the system to
have ${PREFIX}/lib in ld.so.conf instead. This ensures things
even work after a reboot.
1998-02-02 08:58:13 +00:00

26 lines
611 B
Makefile

# New ports collection makefile for: gsm
# Version required: gsm-1.0.10
# Date created: 5 January 1995
# Whom: pst
#
# $NetBSD: Makefile,v 1.6 1998/02/02 08:59:06 hubertf Exp $
# FreeBSD Id: Makefile,v 1.10 1997/07/17 15:12:39 max Exp
#
DISTNAME= gsm-1.0.10
CATEGORIES= audio
MASTER_SITES= ftp://ftp.cs.tu-berlin.de/pub/local/kbs/tubmik/gsm/
# FreeBSD maintainer
MAINTAINER= ports@FreeBSD.org
MAKE_FLAGS= PREFIX="${PREFIX}"
WRKSRC= ${WRKDIR}/gsm-1.0-pl10
MAN1= toast.1
MAN3= gsm.3 gsm_explode.3 gsm_option.3 gsm_print.3
post-install:
${LDCONFIG} || ${TRUE}
.include <bsd.port.mk>