1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/devel/mime/Makefile
Sergey Matveychuk 79ecd7bcea - Add .so link. It should be fix finding the library by other apps.
- PORTREVISION bump

Reported by:    kris via pointyhat
Submitted by:   Johan van Selst <johans(at)stack.nl>
2005-02-11 09:18:32 +00:00

28 lines
536 B
Makefile

# New ports collection makefile for: mime
# Date created: 3 June 2000
# Whom: jmg
#
# $FreeBSD$
#
PORTNAME= mime
PORTVERSION= 1.1
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://resnet.uoregon.edu/~gurney_j/jmpc/dist/
MAINTAINER= ports@FreeBSD.org
COMMENT= C library to parse mime data
GNU_CONFIGURE= yes
USE_REINPLACE= yes
INSTALLS_SHLIB= yes
post-patch:
${REINPLACE_CMD} -e "s,-fpic,-fpic -fPIC,g" ${WRKSRC}/Makefile.in
post-install:
@ cd ${PREFIX}/lib ; ${LN} -sf libmime.so.1 libmime.so
.include <bsd.port.mk>