1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/lang/slib-guile2/Makefile
Mathieu Arnold a9dcad2fff Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:08:37 +00:00

24 lines
575 B
Makefile

# Created by: Kimura Fuyuki <fuyuki@nigredo.org>
# $FreeBSD$
# $MCom: ports/lang/slib-guile/Makefile,v 1.3 2006/10/13 02:32:48 marcus Exp $
PORTNAME= slib
PORTVERSION= 3b4 # Keep this in sync with lang/slib
CATEGORIES= lang scheme
MASTER_SITES= # empty
PKGNAMESUFFIX= -guile2
DISTFILES= # empty
MAINTAINER= ports@FreeBSD.org
COMMENT= SLIB installation for Guile
BUILD_DEPENDS= ${LOCALBASE}/share/slib/require.scm:lang/slib \
guile:lang/guile2
RUN_DEPENDS:= ${BUILD_DEPENDS}
SUB_FILES+= pkg-install pkg-deinstall
NO_BUILD= yes
NO_INSTALL= yes
.include <bsd.port.mk>