mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
3aa77171e7
the .la file.
21 lines
432 B
Makefile
21 lines
432 B
Makefile
# New ports collection makefile for: aalib
|
|
# Version required: 1.2
|
|
# Date created: 9 Dec 1997
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $Id: Makefile,v 1.6 1998/09/22 15:30:37 vanilla Exp $
|
|
#
|
|
|
|
DISTNAME= aalib-1.2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ftp://ftp.ta.jcu.cz/pub/aa/
|
|
|
|
MAINTAINER= andy@icc.surw.chel.su
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
post-install:
|
|
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|